Vidyalelo
C# Programming · Q130

Arrays and Strings in C Sharp

Programming · C# Programming · question 130

Q130

Choose the statements which are false in nature?

A.
The base class member functions can access public member functions of derived class
Answer
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: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board