1.

Where does the object is created?(a) class(b) constructor(c) destructor(d) attributesI got this question during an interview.Question is taken from Objects in section Source Files, Classes and Operator Overloading in C++ of C++

Answer»

Correct CHOICE is (a) CLASS

To EXPLAIN: In class, only all the listed ITEMS except class will be DECLARED.



Discussion

No Comment Found

Related InterviewSolutions