For Tesla, I expected that makeBeep( string s ) would still be defined. Because I have overridden on makeBeep( char c ). Isn't that correct?

alias makeBeep = Car.makeBeep; pulls the base classes overloads into your subclass.

Reply via email to