<HTML><BODY>Is there a way to make C++ way inheritance: if superclass has the method, then override, else create new?<br><br>I see in manual, that public requires " method must not be present already in the superclass" and override requires "definition already present in the superclass".<br><br>Is it possible to not restrict the superclass?<br><br><br>-- <br>Roman Klochkov</BODY></HTML>