Answer Posted / deepak
# define swap(a,b) a = a + b; b = a - b; a = a - b;
| Is This Answer Correct ? | 50 Yes | 8 No |
Post New Answer View All Answers
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What is inheritance and how many types of inheritance?
What are the benefits of polymorphism?
Can you inherit a private class?
Can we create object of abstract class?
When not to use object oriented programming?
What is polymorphism and types?
What type of loop is a for loop?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Why is static class not inherited?
Can a varargs method be overloaded?
What is an interface in oop?
What is coupling in oop?
How do you explain polymorphism?
Why interface is used?