Answer Posted / sirama
OOPS is Object Oriented Programming Structure.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Who calls main function?
When are exception objects created?
What is the difference between delegation and implemented-in-terms-of?
What are the extraction and insertion operators in c++?
Is c++ used anymore?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
Explain what is class definition in c++ ?
Does dev c++ support c++ 11?
What is the use of endl?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
How java is different from c and c++?
What is c++ hash?
What is abstract keyword in c++?
What is private inheritance?
How would you differentiate between a pre and post increment operators while overloading?