Is a class defined inside an interface implicitly static? How do I access the class b in the above code. Thank you
Erin Waite
Greenhorn
Joined: Jan 24, 2002
Posts: 6
posted
0
Hi, Sunita
A class defined inside an interface is implicitly static. To access the class b in the your code, simply write b objb = new b(); Corrrect me if I'm wrong please. Thanks,