Computer Science, asked by indirasebastian6655, 1 year ago

When you instantiate a subclass, the superclass constructor will be also invoked. True or false?

Answers

Answered by itzprachi14
3

it is true ...when we instantiate a subclass, the superclass constructor will be also invoked

Answered by utkarshmishra9819
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