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.
No comments:
Post a Comment