Instantiating an interface? (cont'd)

An interface is implicitly abstract and it doesn't have a constructor, not even a default constructor.

You cannot instantiate an object of an interface.

However, you can instantiate an object of a class

File: bc.htm [Next] [Prev]