+ 11
Can u instantiate an Interface in Java?
For example: public interface MyInterface {} MyInterface interfaceObj = new MyInterface(); How possible is this?
2 ответов
+ 10
I dnt understand, pls explain
+ 8
Thanx
For example: public interface MyInterface {} MyInterface interfaceObj = new MyInterface(); How possible is this?