What is operator overloading? Give Example
Answers were Sorted based on User's Feedback
Answer / ramkumar
when have two or more operator is called operator overloading.
E.g,. i++,a++b
| Is This Answer Correct ? | 10 Yes | 36 No |
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
Can java compiler skips any statement during compilation time?
What is encapsulation selenium?
What is inheritance write a program to show use of inheritance?
Is data hiding and abstraction same?
Why is abstraction used?
is there any choice in opting subjects like 4 out of 7
pointers are support in C#? if yes then how to use it?
8 Answers Softvision Solution,
how to find the correct email address format by using the programe?
In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
What is encapsulation with example?
What is super in oop?