ravisatyadarshi.wordpress.com
Why do we need Constructor for abstract class?
Yes we can have constructor in Abstract class (though we can’t still create object of abstract class). Because :- this way you can instantiate the data in abstract class. And inherited classes can …