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
I had been asked this question during an interview for a job.
My question is based upon Public & Private Access Modifier in section Arrays and Strings of C#