InterviewSolution
Saved Bookmarks
| 1. |
Which of these keywords is used to make a class?(a) class(b) struct(c) int(d) none of the mentionedThe question was asked during an interview for a job.My question is from Class Fundamentals & Declaring objects in chapter Classes and Methods of Java |
|
Answer» The CORRECT CHOICE is (a) class |
|