Answer Posted / t.saranya
Bjarne storustrup
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of templates in c++?
What is c++ redistributable?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is the object serialization?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
What is cin clear () in c++?
What do you mean by inheritance in c++? Explain its types.
What are move semantics?
How to declare a function pointer?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What are proxy objects in c++?
Is swift better than c++?
How does code-bloating occur in c++?
Why is polymorphism useful?