Thursday, September 13, 2012

Can we create an object for an interface

Interfaces cannot be instantiated in their own right, so you must write a class that implements the interface and fulfill all the methods defined in it.


No comments: