i m trying to access class within a class it is giving this error
No enclosing instance of type Foo is accessible. Must qualify the allocation with an enclosing instance of type Foo (e.g. x.new A() where x is an instance of Foo).
what does this mean and i can make it correct...??