we can call constructor using super keyword
0
What is Abstract class? Abstract class consists of complete as well as incomplete methods.In simple words abstract class is 0 to 100% incomplete. And there ...
0
Super keyword is parent class. There should be inheritance otherwise super keyword will not work. In simple words, super keyword helps to access parent class ...