PROPERTY,METHOD AND EVENTS CONCEPTS
1. An objects interface consists of a clearly defined set of property ,method ,events. The properties ,method ,events,can be referred to as member of the objects.
2.Properties are data associated with an objects .
3. Method are the operation that an objects can perform .
4. Events are signals by which an objects can notify other objects that something noteworthy has occurred.
5.If you instantiate two or more instances of the same class,all of the objects have the same properties ,methods ,and events.However , the value assigned to the properties can vary from one instance to another.
0 comments:
Post a Comment