| superclass |
A class-1 is a superclass of class-2 iff class-2 is a subclass of class-1. A superclass can be either direct or indirect or itself.
Ãâó: www.bath.ac.uk/~masjap/EuLisp/terms.html
|
|---|---|
| superclass |
A class from which another class inherits behaviors and specifications (in other words, methods and variables). There are three types of messages: unary, binary, and keyword. Contrast with subclass.
Ãâó: www.inf.ufsc.br/poo/smalltalk/ibm/tutorial/glossar...
|