Question: Question 1 ( 2 points ) What will be the output of the following program? Question 1 options: Base Class Constructor Derived Class Constructor Derived
Question points
What will be the output of the following program?
Question options:
Base Class Constructor Derived Class Constructor
Derived Class Constructor
Derived Class Constructor
Base Class Constructor
Question point
The modifier used to define a class which does not have objects of its own but acts as a base class for its subclass is
Question options:
virtual
abstract
sealed
static
Question point
Static methods of a class can be called without creating objects.
Question options:
True
False
Question point
The process of defining a method in a subclass having same name & type signature as a method in its superclass is known as
Question options:
Method Overloading
Method Overriding
Method Extending
Method Redefining
Question point
Which of these can be overloaded?
Question options:
constructors
methods
both constructors and methods
none of these
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
