What is operator overloading? Give Example
Answer Posted / karthika
usually operators dealing with basic data types,operator
overloading allows the users to give additional meaning to
most operators so that it can be used with user's own data
types.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is abstraction and encapsulation?
Please send ford technologies placement paper 2 my mail id
What is abstraction with example?
What is meant by oops concept?
What is polymorphism programming?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is the point of polymorphism?
What is basic concept of oop?
What is this pointer in oop?
Can abstract class have normal methods?
Which language is pure oop?
What is the types of inheritance?
What is difference between oop and pop?