ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

Can we create an object for an interface?

Yes, it is always necessary to create an object implementation 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.
Related Posts Plugin for WordPress, Blogger...
Flag Counter