+ 2
What to do to avoid function overriding?
How can we avoid function overriding and chose desired function??
4 ответов
+ 2
Ya that is basic but i actually meant when you have same function name and still to chose the desired function..
+ 2
Either we can use the static keyword or we can call the function by referring its own classe's object name.
+ 1
which language ?
for C# ... see :
https://stackoverflow.com/questions/9914908/preventing-a-method-from-being-overridden-in-c-sharp
+ 1
well you can use different name for different methods.