-
Which of the following best describes a program in which we have multiple functions with the same name but they differ in terms of the number of parameters and types of parameters accepted by them?
-
Method overloading
-
Method overriding
-
Encapsulation
-
Abstraction
-
-
Which keyword must be used when a derived class is defining the implementation of a function that's present in the base class?
-
New
-
Abstract
-
Virtual
-
Override
-
- Which keyword can we use to prevent the inheritance of a particular class?
-
Abstract
-
Private
-
Sealed
-
Protected
-