Operator Overloading in C++ Programming | C++ Programming for Beginners
Simple Snippets Simple Snippets
241K subscribers
358,393 views
0

 Published On Feb 2, 2018

Support Simple Snippets by Donations -
Google Pay UPI ID - tanmaysakpal11@okicici
PayPal - paypal.me/tanmaysakpal11
--------------------------------------------------------------------------------------------- In this video tutorial we will understand the concept of operator overloading in c++ and will also see operator overloading program example.
We will overload the addition (+) binary operator in the program example.

C++ Operator Overloading -

C++ allows you to specify more than one definition for an operator in the same scope, which is called operator overloading.
You can redefine or overload most of the built-in operators available in C++
It is a type of polymorphism in which an operator is overloaded to give user defined meaning to it.
Almost any operator can be overloaded in C++. However there are few operator which can not be overloaded. Operator that are not overloaded are follows-
scope operator (::)
sizeof
member selector –(.)
member pointer selector – (*)
ternary operator – (?:)

Download Dev C++ IDE : https://sourceforge.net/projects/orwe...
Download C++ Android App : https://play.google.com/store/apps/de...

Simple Snippets Official Website -
https://simplesnippets.tech/
Simple Snippets on Facebook-
  / simplesnippets  
Simple Snippets on Instagram-
  / simplesnipp.  .
Simple Snippets Google Plus Page-
https://plus.google.com/+SimpleSnippets
Simple Snippets email ID-
[email protected]

For Classroom Coaching in Mumbai for Programming & other IT/CS Subjects Checkout UpSkill Infotech - https://upskill.tech/

UpSkill is an Ed-Tech Company / Coaching Centre for Information Technology / Computer Science oriented courses and offer coacing for various Degree courses like BSc.IT, BSc.CS, BCA, MSc.IT, MSc.CS, MCA etc.

Contact via email /call / FB /Whatsapp for more info
email - [email protected]

We also Provide Certification courses like -
Android Development
Web Development
Java Developer Course
.NET Developer Course
Check us out on Social media platforms like Facebook, Instagram, Google etc
Facebook page -   / upskillinfotech  
Insta page -   / upskill_infotech  
Google Maps - https://goo.gl/maps/vjNtZazLzW82

show more

Share/Embed