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. |
|