MCQOPTIONS
Saved Bookmarks
This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your C# Questions & Answers Public & Private Access Modifier knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Choose the statements which are false in nature? |
| A. | The base class member functions can access public member functions of derived class |
| B. | An object of a derived class cannot access private member of the base class |
| C. | Private members of the base class cannot be accessed by derived class member functions or objects of derived class |
| D. | None of the mentioned |
| Answer» B. An object of a derived class cannot access private member of the base class | |