What is the purpose of the 'base' keyword in a derived class constructor in C#?
A. Calls the base class constructor
B. Initializes the derived class
C. Sets the base class fields
D. Terminates the program
Answer: Option A
A. Calls the base class constructor
B. Initializes the derived class
C. Sets the base class fields
D. Terminates the program
Answer: Option A
Join The Discussion