InterviewSolution
Saved Bookmarks
| 1. |
Which of the following cannot be used with the virtual keyword?(a) Class(b) Member functions(c) Constructors(d) DestructorsThe question was asked in my homework.My question is based upon OOPs Concept in division Basics Concepts of C++ of C++ |
|
Answer» The correct answer is (c) CONSTRUCTORS |
|