+ 8
Is it ok to use a super class as just a base class if it extends to sub classes?
4 odpowiedzi
+ 10
Thanks noname, just checked if i needed to create a instance of superclass and i dont so thats good ☺
+ 7
nice 1 ☺
+ 3
That's exactly its purpose
+ 3
Nope. You just create the class and then extend, no need for declarations or instances