OOPs Concepts Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 6610 Page Views: 

What is Operator Overloading?



Posted By: Avi Date: 29 August 2009 09:17:06 PM
 Answer:

The operator overloading is a specific case of polymorphisms in which some or all of operators like +, -, %, etc. are treated as polymorphic functions and as such have different behaviors depending on the types of its operands.


Posted By: eTechPlanet


Date: 29 August 2009 09:17:06 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image I1BoQh
Related Questions
OOPs Concepts : Give some examples of programming languages which support object oriented characteristics?

Give some examples of programming languages which support object oriented characteristics?

Some of the programming languages which support object oriented characteristics are ABAP, C++, Perl,....
Category: OOPs Concepts Date: 10/7/2009 6:41:12 AM
OOPs Concepts : What is object oriented programming language?

What is object oriented programming language?

Object oriented programming language allows concepts such as abstraction, modularity, encapsulation,....
Category: OOPs Concepts Date: 10/7/2009 6:35:57 AM
OOPs Concepts : What is message passing in object oriented programming?

What is message passing in object oriented programming?

Message passing is a method by which an object sends data to another object or requests other object....
Category: OOPs Concepts Date: 10/7/2009 6:30:57 AM
OOPs Concepts : What are the advantages of OOPs?

What are the advantages of OOPs?

The major advantages of OOPs are: 1. Simplicity: Software objects model real world objects, so th....
Category: OOPs Concepts Date: 9/12/2009 7:51:12 PM
OOPs Concepts : How polymorphism can be implemented?

How polymorphism can be implemented?

Some examples to implement polymorphism: 1) Method Overriding 2) Method Overloading 3) Operator Over....
Category: OOPs Concepts Date: 9/7/2009 1:12:37 AM