Choose The Statements Which Are False In Nature #285
Choose the statements which are false in nature?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Arrays and Strings - Public and Private Access Modifier - Quiz No.1.
Choose the statements which are false in nature?
The base class member functions can access public member functions of derived class
An object of a derived class cannot access private member of the base class
Private members of the base class cannot be accessed by derived class member functions or objects of derived class
None of the mentioned