Which of the following statements is FALSE?
- Address of a derived class object can be assigned to a base class pointer
- Teating the base class object as a derived class object is wrong
- Address of a base class object can be assigned to a derived class pointer
- A base class pointer cannot be used to access all the members of the derived class
Answer:
Option b:Teating the base class object as a derived class object is wrong
Explanation Here
0 Comments