6
Answers

nesting of class

navjot chandi

navjot chandi

16y
2.6k
1

there is class A having class B(nested) in it . now i require to use class A's functionality again in B . is there any optimised way to implement this thing.?

eg.

class A

{

   class B

   {

      // have to re-implement class A here,...

   }

Answers (6)