Friday 7 February 2014

Instance Methods

Instance methods are associated with objects. Instance methods are used to provide behavior to an object. Objects usually communicate with their data using instance methods.

    Syntax to access an instance method
        objectName.methodName(arguments);

In the subsequent posts, we will discuss about the below topics

Encapsulation                                                 Define Method                                                 Home

No comments:

Post a Comment