How to represent the nested class of C++ in UML? class A { class B { } }
Nested class in UML (for any language) can be represented as:
Here
Reference taken from here