Computer Applications
What are methods ? What do they represent ?
Objects & Classes
15 Likes
Answer
The behaviour of an object is described through associated functions called methods. In object oriented programming, the state of an object can only be accessed through its associated methods.
Methods represent the behaviour of an object.
Answered By
8 Likes