-
Which of the things does not require instantiation?
-
- member class
- functions
- non virtual member function
- All of above
- None of these
Correct Option: D
The compiler does not generate definitions for functions, non virtual member functions, class or member class because it does not require instantiation.