0
Abstract classes can not be instantiated, but does it have constructor?
Each class has default constructor, so does abstract class has one too? And if yes then why cant we access it?
0 Réponse
Each class has default constructor, so does abstract class has one too? And if yes then why cant we access it?