Hi,,, Can i able to create an instance to an interface. Please help me in this regard........
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35237
7
posted
0
You can only create instances of classes, not of interfaces. You can create an instance of an anonymous class that implements an interface, though. Something like this: