What are methods ? What do they represent ?
15 Likes
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
Define Encapsulation.
What is message passing among objects ?
What is information hiding ?
What is a method ? Can there be objects without having any methods ?