Quantcast
Channel: Learn Modern C++
Viewing all articles
Browse latest Browse all 33

Operator Overloading in Modern C++ (1)

$
0
0
OO (or OOP) has previously been commonly used to mean “Object-Oriented (Programming)”, but there is another use of the acronym OO which is: “Operator Overloading”. Simply put this involves creating (concrete) classes (or types) for which some (or rarely, most or even all) C++ operators are redefined in terms of functionality related to the class.… Continue reading Operator Overloading in Modern C++ (1)

Viewing all articles
Browse latest Browse all 33

Latest Images

Trending Articles



Latest Images