1.

What Is An Interface Class ?

Answer»

This is an ABSTRACT CLASS with PUBLIC abstract methods , all of which must be IMPLEMENTED in the inherited CLASSES.

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



Discussion

No Comment Found