InterviewSolution
Saved Bookmarks
| 1. |
Explain What A Method Is? |
|
Answer» A method will affect only a particular OBJECT to which it is specified. Methods are VERBS meaning they DEFINE actions which a particular object will perform. It also defines various other characteristics of a particular object. A method will affect only a particular object to which it is specified. Methods are verbs meaning they define actions which a particular object will perform. It also defines various other characteristics of a particular object. |
|