When you instantiate a subclass, the superclass constructor will be also invoked. True or false?
Answers
Answered by
3
it is true ...when we instantiate a subclass, the superclass constructor will be also invoked
Answered by
0
Answer:
Yes, this is absolutely true. Because of course without the superclass constructor invoked the global variables of tge super class and its function won't be able to work.
Similar questions