Review:    What happens when NewClass inherits from SomeClass

The NewClass inherits (= receives) all normal members from its superclass:

All inherited members are now defined inside NewClass and you can use the public members directly