Abstract classes, Interfaces, and Patterns
- slide 8 : 37
Abstract Properties
Properties and indexers may be abstract in the same way as methods
The abstract class Point with four abstract properties.
A non-abstract specialization of class Point (with private polar representation).
Some client class of Point - Similar to a Point client from an earlier lecture.
Output from the Some client class of Point.
Point classes and representation independence