Discussion :: C++ - MCQs
- Which of the things does not require instantiation?
Answer : Option D
Explanation :
The compiler does not generate definitions for functions, non virtual member functions, class or member class because it does not require instantiation.
Be The First To Comment