Can you explain the term "resource acquisition is
initialization?"
Answer / melos
RAAI is the concept of releasing the aquired
memory/resources when the object goes out of scope.
E.g. std::auto_ptr
| Is This Answer Correct ? | 6 Yes | 1 No |
What is an operator function? Describe the function of an operator function?
Is the declaration of a class its interface or its implementation?
Is c++ platform dependent?
What are multiple inheritances (virtual inheritance)?
Why do we use pointers in c++?
What are friend functions in C++?
What is a mutable member?
In java a final class is a class that cannot be derived. How can you make a similar class in C++
Explain the concept of inheritance in C++.
Can we inherit constructor in c++?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What are raw sockets, where they are efficient?