Question { 9457 }
What is the difference between class and abstract class?
Answer
A class can create 'n' number of objects, but the abstract
class cannot.the abstract class inherits with base class to
use an object.
Examples:Topics Inheritance and interfaces