Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
can you please give any practical example of overloading and overriding?
Posted

You should try Google first.
Try the below link hope it helps.
Practicle example
 
Share this answer
 
a sum() function with different number of arguments is overloading
and the same function in base class and derived class is overriding.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900