+ 1
Why are constructors allowed in an abstract classes if it cannot be instantiated?
When you create an abstract class, you are are allowed to create a constructor, but since abstract class is not the complete implementation it makes sense that it cannot be instantiated then how come it is possible to create a constructor?
1 Réponse