This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi friends I have written two class file first MyOuter
second main
this two classes are in same package
but //at line 18 I am getting compilation error that
No enclosing instance of type MyOuter is accessible to invoke the super constructor. Must define a constructor and explicitly qualify its super constructor invocation with an instance of MyOuter (e.g. x.super() where x is an instance of MyOuter).