InterviewSolution
Saved Bookmarks
| 1. |
What does a class in C++ holds?(a) data(b) functions(c) both data & functions(d) arraysThis question was posed to me in quiz.My question comes from Classes topic in section Source Files, Classes and Operator Overloading in C++ of C++ |
|
Answer» Right answer is (C) both data & functions |
|