InterviewSolution
Saved Bookmarks
| 1. |
What Is A Method? |
|
Answer» A METHOD is a class’s procedural RESPONSE to a given MESSAGE protocol. It is like the definition of a PROCEDURE in other languages. A method is a class’s procedural response to a given message protocol. It is like the definition of a procedure in other languages. |
|