Q60
What is the purpose of the 'base' keyword in a derived class constructor in C#?
A.
Calls the base class constructor
AnswerB.
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