InterviewSolution
Saved Bookmarks
| 1. |
What Is Instance Method ? |
|
Answer» Any method that is invoked with RESPECT to an instance of a class. Also CALLED SIMPLY a method. See also class method. Any method that is invoked with respect to an instance of a class. Also called simply a method. See also class method. |
|