Subhraneel Sahasubhraneel24.hashnode.dev·Sep 18, 2023Operator Overloading in C++Operator overloading is a compile-time polymorphism. It is an idea of giving special meaning to an existing operator in C++ without changing its original meaning.In C++, we can make operators work for user-defined classes. This means C++ has the abil...10 likes·29 readscppAdd a thoughtful commentNo comments yetBe the first to start the conversation.