|
Problem:
You want your new class to inherit the behaviors of an already existing class. Solution:
Use the
Discussion: Internally, properties and parent classes are implemented in roughly the same manner: parent classes can in fact be thought of as properties, and vice versa. The same keyword is used for both concepts.
|