1.

What doesn’t inbuilt classes contain?(a) Function prototype(b) Function declaration(c) Function definitions(d) ObjectsI had been asked this question by my school teacher while I was bunking the class.Question is from Inbuilt Classes in chapter Inbuilt Classes of Object Oriented Programming

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.



Discussion

No Comment Found

Related InterviewSolutions