InterviewSolution
Saved Bookmarks
| 1. |
Define Class? |
|
Answer» A class is a BLUE print from which INDIVIDUAL OBJECTS are created. A class can contain fields and methods to describe the BEHAVIOR of an object.
A class is a blue print from which individual objects are created. A class can contain fields and methods to describe the behavior of an object.
|
|