+ 1
What is meant by operator overhiding in oop??
2 Answers
+ 4
void operator++(){
std::cout << "You'll never find me!";
}
+ 3
Never heard of operator overhiding, I may be wrong, still learning, well here's operator overloading on several languages:
https://www.sololearn.com/learn/CPlusPlus/1901/?ref=app
https://www.sololearn.com/learn/CSharp/2676/?ref=app
https://www.sololearn.com/learn/Ruby/2778/?ref=app
Hth, cmiiw