inheritance - Can redefined function have different signatures in C++? -


is possible in c++ redefined function have different signatures?

overriding function or method requires signature match. can, however, create function overload different signature, , call original function it.


Comments

Popular posts from this blog

java - Ebean enhancement ignores a model -

javascript - Reference error while trying to encapsulate an animation function -

SQL php on different pages to Insert (mysqli) -