InterviewSolution
Saved Bookmarks
| 1. |
Which among the following not an inbuilt class in C++?(a) System(b) Color(c) String(d) FunctionsI have been asked this question in quiz.I would like to ask this question from Inbuilt Classes topic in section Inbuilt Classes of Object Oriented Programming |
|
Answer» CORRECT option is (d) Functions To EXPLAIN: There is no inbuilt CLASS named function in java. The others are classes already provided in java. All those classes contain some special functions to be USED in programming. |
|