1.

What Is An Interface Class?

Answer»

It is an ABSTRACT class with public abstract METHODS all of which must be implemented in the INHERITED CLASSES.

It is an abstract class with public abstract methods all of which must be implemented in the inherited classes.



Discussion

No Comment Found