Instance of which type of class can’t be created?
Instance of which type of class can’t be created? Correct Answer Abstract class
Instance of abstract class can’t be created as it will not have any constructor of its own, hence while creating an instance of class, it can’t initialize the object members. Actually the class inheriting the abstract class can have its instance because it will have implementation of all members.
মোঃ আরিফুল ইসলাম
Feb 20, 2025