ICSE Class 10 Computer Applications Question 6 of 25

Class as Basis of All Computation — Question 6

Back to all questions
6
Question

Question 6

What are methods ? What do they represent ?

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.