10 August, 2015
Operator overloading
Operator overloading is a concept in which we can give a different meaning and functions to the traditional operators defined in the library of Object Oriented Programming language like C++. (23)
Tag : beginner
Operator overloading is a concept in which we can give a different meaning and functions to the traditional operators defined in the library of Object Oriented Programming language like C++. (23)
Loading… CHECK YOUR ANSWER (26)
C++ is a versatile programming language.It is also called a hybrid language due to the presence of Object oriented features and the support of procedural programming like the C. In this post I am embedding a presentation of C++ which should be useful to the beginners.
Read more