+ 1
Can we call a constructor of parent most abstract class from a child most class?
2 Antworten
+ 1
You cannot explicitly call the constructor of an abstract class, but it's indeed implicitly called every time you instantiate a child class that inherits from the parent one.
+ 1
thanks buddy for your kind approch..