Can You Access?

  • + 0 comments

    This question teaches you creating an object of an innerclass:

    						Inner.Private innerPrivate = new Inner().new Private();
                
    						o = innerPrivate;
                
    						System.out.println(num + " is " + innerPrivate.powerof2(num));