Classes & Interfaces
Class type T can hold:
Null reference
Reference to an instance of class T or of any class that is a subclass of T.
Interface type can hold:
Null reference
Reference to any instance of any class that implements the interface.
Previous slide
Next slide
Back to first slide
View graphic version