Vidyalelo
C# Programming · Q60

Introduction to C Sharp

Programming · C# Programming · question 60

Q60

What is the purpose of the 'base' keyword in a derived class constructor in C#?

A.
Calls the base class constructor
Answer
B.
Initializes the derived class
C.
Sets the base class fields
D.
Terminates the program

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board