C++
Programming and Technical
what is the difference between method overloading and method
overriding?
Read Solution (Total 1)
-
- overloading is changing the signature of function/operator by changinig type,name,arguments,order,functionality
where as overiding is changing the funtionality of the fun/operator i.eoperaration of that funtion.. - 10 years agoHelpfull: Yes(0) No(0)
C++ Other Question