True/False
It is OK to assign between objects of base type and objects of derived type.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: It is desirable to develop your programs
Q8: A class that has a pure virtual
Q9: Suppose each of the base class and
Q10: A pointer to objects of a derived
Q11: A the binding of virtual function is
Q13: Virtual functions are implemented with a table
Q14: No objects can be defined of abstract
Q15: Which functions in class D are virtual?<br>class
Q16: Write a short program that shows how
Q17: Upcasting causes no problems