Creating blogs based on self learning from real time experience, online content, books and other blogs/forums.
Friday, February 26, 2016
Why abstract class can have constructor in Java?
The main reason is, when any class extend abstract class, constructor of sub class will invoke constructor of super class either implicitly or explicitly.
No comments:
Post a Comment