Methods
A method is a procedure or function associated with a class. A call to a method specifies the object (or, if it is a class
method, the class) that the method should operate on. For example,
SomeObject.Free
calls the
Free
method in
SomeObject
.
This topic covers the following material:
Methods declarations and implementation
Method binding
Overloading methods
Constructors and destructors
Message methods
Dostları ilə paylaş: