InterviewSolution
Saved Bookmarks
| 1. |
Which among the following not an inbuilt class in C++?(a) System(b) Color(c) String(d) Functions |
|
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. |
|