Polymorphism, References, Instance Hierarchies - Computer Science

2 months ago
31

This computer science video covers a tutorial on referencing and instance hierarchies. When a class S is-a class T i.e. S is a subclass of the superclass T, you can assign an object of type S to a reference of type T. This facilitates polymorphism.

Loading comments...