Lecture Object-Oriented programming - Lesson 6: Class compatibility

Lecture Object-Oriented programming - Lesson 6: Class compatibility. The main topics covered in this chapter include: a class is behaviorally compatible with another if it supports all the operations of the other class, derived class is usually a subtype of the base class,...