Answered
Extends
Hi guys!
This might be a dumb question, but I think I'm really missing something...
Lets say I have 3 classes A B and C, class A extends C and class B also extends C.
Now, does this mean that class C is created 2 times in memory (one for A and one for B) or class C is only created once and then shared between A and B?
Thank you!
