Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What Is Operator Overloading in C++?

Answer Posted / hr@tgksolutions.com

In C++ interview questions, one frequently asked question is about operator overloading. Operator overloading is a form of compile-time polymorphism that allows operators to be given special meanings for user-defined data types.
This feature enables most operators to be redefined or overloaded to perform operations on these user-defined types. For instance,
C++ allows the addition of variables of user-defined data types in a manner similar to built-in data types.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is stl part of c++ standard?

1045


What do stl stand for?

1076


Can we use stl in coding interviews?

1761


Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.

2123


Why should a c++ programmer be interested in stl?

1043


Explain stl.

1311


What is a standard template library (stl)? What are the various types of stl containers?

1127


Is there any error below, its a code to delete all entires from a map #include #include iostream.h int main() { int i =0; map TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

2348


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2603


What are stl algorithms?

1125


What are the symptoms of stl?

1069


How do you convert stl to steps?

1124


What is stl in c++ with example?

1101


What is stl language?

1099


how to making game in c++ ?

2664