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.
Read moreWe 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.
Read more