version 1.42, 2025/05/05 04:46:35
|
version 1.43, 2025/05/05 04:55:42
|
Line 4945 If you use other M implementations, you
|
Line 4945 If you use other M implementations, you
|
@cindex object-oriented programming |
@cindex object-oriented programming |
@cindex programming, object-oriented |
@cindex programming, object-oriented |
|
|
@menu |
|
* Classes:: The basis of object-oriented programming. |
|
* Inheritance:: Basing one class upon another. |
|
* Methods:: Attaching code to a class. |
|
* Public and Private Variables:: Managing class member access. |
|
* Instantiating Objects:: Creating instances of classes. |
|
* Determining Object Class:: Getting object information at runtime. |
|
@end menu |
|
|
|
@node Classes |
@node Classes |
@section Classes |
@section Classes |