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 the important feature of inheritance?
What are functions in oop?
What is difference between multiple inheritance and multilevel inheritance?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Why polymorphism is used in oops?
What is overloading in oops?
Why do we need polymorphism in c#?
What are the important components of cohesion?
How is class defined?
What is the difference between a mixin and inheritance?
What does enum stand for?
How do you define social class?
What is the fundamental idea of oop?
hi all..i want to know oops concepts clearly can any1 explain??
What is class and object in oops?