What is the difference between a class, an abstract class, and an interface?
Anoniem
Class - definition of object Abstract class - partially defined (incomplete - definitions without implementation) Interface - blueprint of class without any implementation