The way a derived class member function can access base class public members, the base class member functions can access public member functions of derived class.
Options
A. True
B. False
Correct Answer
False
Explanation
Base class cannot access derived class members since it does not have any knowledge of the derived class.
More questions
1. Which of the following assemblies can be stored in Global Assembly Cache?