MENU

Fun & Interesting

Operator Overloading in C++ Programming | C++ Programming for Beginners

Simple Snippets 437,860 7 years ago
Video Not Working? Fix It Now

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/details?id=learn.cplusplus.programminglanguage&hl=en Simple Snippets Official Website - https://simplesnippets.tech/ Simple Snippets on Facebook- https://www.facebook.com/simplesnippets/ Simple Snippets on Instagram- https://www.instagram.com/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 - https://www.facebook.com/upskillinfotech/ Insta page - https://www.instagram.com/upskill_infotech/ Google Maps - https://goo.gl/maps/vjNtZazLzW82

Comment