Skip to content

Opening book details…

About this document

C++ Operator and Function Overloading Guide by ranpande is a document available to read on EtoBox.

This document discusses operator overloading in C++. It begins by explaining that operator overloading allows operators to perform special operations on user-defined types. It notes some key rules for operator overloading, including that some operators cannot be overloaded. The document then provides details on defining operator overloading through syntax and general rules. It explains that operator overloading forms the basis of C++

Author
ranpande
Language
EN