InterviewSolution
Saved Bookmarks
| 1. |
What Is Method ? |
|
Answer» A FUNCTION defined in a class. See ALSO INSTANCE METHOD, class method. Unless SPECIFIED otherwise, a method is not static. A function defined in a class. See also instance method, class method. Unless specified otherwise, a method is not static. |
|