InterviewSolution
Saved Bookmarks
| 1. |
What Is Instance ? |
|
Answer» An object of a particular class. In PROGRAMS written in the JAVA programming language, an instance of a class is created USING the new operator FOLLOWED by the class name. An object of a particular class. In programs written in the Java programming language, an instance of a class is created using the new operator followed by the class name. |
|