Tuesday, November 29, 2011

What is an Interface?

An interface is a description of a set of methods that conforming implementing classes must have.:Interface is a collection of method and data member that can be implemented by any number of class residing in a class hierarchy. Interface is also known as prototype for a class.
Category:Core Java Interview Questions

No comments:

Post a Comment