0
Why are constructors not inherited?
I saw this question in a challenge, and Iâm having trouble understanding this.
1 Answer
+ 1
Constructors are special methods, they are not inherited but can be called using the super keyword.
I saw this question in a challenge, and Iâm having trouble understanding this.