InterviewSolution
Saved Bookmarks
| 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 |
|