1.

Class is _____________ of an object.(a) Basic function definition(b) Detailed description with values(c) Blueprint(d) Set of constant valuesThis question was posed to me in an online quiz.I'm obligated to ask this question of Class Use topic in section Classes of Object Oriented Programming

Answer»

The correct choice is (c) Blueprint

To explain: The class is an OVERVIEW for an OBJECT. It contains the basic details MAP of data that an object will contain. An object is INDEPENDENT representation of class.



Discussion

No Comment Found

Related InterviewSolutions