how to swap to variables without using thrid variable in java?
Answer Posted / sibaram
int a=5;
int b=6;
b=a*b/(a=b);
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Give two or more real cenario of virtual function and vertual object
What is an advantage of polymorphism?
How do you define social class?
What does enum stand for?
Is data hiding and abstraction same?
what is the sylabus for priliminaries?
How many human genes are polymorphic?
Can a destructor be called directly?
Which method cannot be overridden?
Why do we use polymorphism in oops?
Why oops is important?
What is the difference between a mixin and inheritance?
Why do we use inheritance?
2. Give the different notations for the class.\
What is abstraction and encapsulation?