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
What does it mean when someone says I oop?
What is multilevel inheritance explain with example?
What is encapsulation in oop?
What is solid in oops?
What is an example of genetic polymorphism?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Why interface is used? #include IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE
VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE
THE final VARIABLE AT THE TIME OF THEIR DECLARATION? How do you answer polymorphism? What is polymorphism and its types? What is for loop and its syntax? What is a superclass in oop? They started with the brief introduction followed by few
basic C++ questions on polumorphism, inheritance and then
virtual functions.
What is polymorphims?
How you will access polymorphic functions in C?
How virtual function mechanism works?