possible duplicates:
nested classes c++
nested class access control in c++
i'm little confused access nested class has members of enclosing class. relationship shares outer class?
the nested class not have special access enclosing class not available other class - can see public members, etc. nesting provides useful scoping mechanism nested class, doesn't change behavior or capabilities.
Comments
Post a Comment