Why are constructors not inherited? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why are constructors not inherited?

I saw this question in a challenge, and I’m having trouble understanding this.

6th Aug 2019, 2:00 AM
Samuel
Samuel - avatar
1 Answer
+ 1
Constructors are special methods, they are not inherited but can be called using the super keyword.
6th Aug 2019, 2:19 AM
Alberto Fernandez