InterviewSolution
Saved Bookmarks
| 1. |
The behaviour of the instances present of a class inside a method is defined by __________(a) Method(b) Classes(c) Interfaces(d) Classes and Interfaces |
|
Answer» The correct choice is (b) Classes Explanation: Objects of the class are also known as instances of the class. The behaviour of the instance of a class is defined by the class and is shared by all instances. |
|