InterviewSolution
Saved Bookmarks
| 1. |
What doesn’t inbuilt classes contain?(a) Function prototype(b) Function declaration(c) Function definitions(d) Objects |
|
Answer» The correct choice is (c) Function definitions The best explanation: The classes contain the definitions of the special functions that are provided for the programmers use. Those functions can be used to make the programming easy and to reuse the already existing code. |
|