We can’t instantiate or create an object of an abstract class . A class derived from the abstract parent class must implement each method that is declared as abstract in the parent class.
We can’t instantiate or create an object of an abstract class . A class derived from the abstract parent class must implement each method that is declared as abstract in the parent class.