1.

What Is An Abstract Class And What Is It's Purpose?

Answer»

A CLASS which doesn't provide complete IMPLEMENTATION is DEFINED as an abstract class. Abstract classes ENFORCE abstraction.

A Class which doesn't provide complete implementation is defined as an abstract class. Abstract classes enforce abstraction.



Discussion

No Comment Found