0
Subclass, SuperClass and Games
Is the method of superclass also in subclass! We use it in game as evolution or update level still have the old moves?
1 Antwort
+ 3
Yes the method that is in super class gets inherited by the sub class, if you want the sub class to have it's own implementation of that method then you will can override the inherited version in sub class.