0
Does c++ allow user to define nested class and nested function and nested class as in Pascal and java?
Nested in c++
3 Answers
0
Yes. Ddefinition of function and class inside another class. As in Java, it allows nested class ddefinition not function call stack or using object (reference) of another class.
0
If it is clear now that c++ doesn't support nested class ddefinition, I think sololearn must revise their practoce material in c++ concerning with it.
0
Community Code Challenge using c++.