Answer Posted / jayabalan.s
void main()
{
int a,b;//example a=10,b=12;
a=a+b;//a=22
b=a-b;//b=10;
a=a-b;//a=12
}
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism and why is it important?
What is overloading and its types?
What is abstract class in oops?
What are the data types in oop?
What are different oops concepts?
What is abstraction encapsulation?
Can you explain polymorphism?
What is cohesion in oop?
What is object-oriented programming? Webopedia definition
can inline function declare in private part of class?
Which method cannot be overridden?
c++ program to swap the objects of two different classes
What does oop mean in snapchat?
What are the three parts of a simple empty class?
How Do you Code Composition and Aggregation in C++ ?