Can you explain the term "resource acquisition is
initialization?"



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

Post New Answer

More C++ General Interview Questions

Carry out conversion of one object of user-defined type to another?

0 Answers  


What is virtual destructor ans explain its use?

0 Answers  


What are the sizes and ranges of the basic c++ data types?

0 Answers  


What can I use instead of namespace std?

0 Answers  


What operator is used to access a struct through a pointer a) >> b) -> c) *

0 Answers  






What does asterisk mean in c++?

0 Answers  


What is c++ try block?

0 Answers  


We use library functions in the program, in what form they are provided to the program?

0 Answers  


Explain the use of virtual destructor?

0 Answers  


What are the two main components of c++?

0 Answers  


What is a constructor and how is it called?

0 Answers  


What size is allocated to the union variable?

0 Answers  


Categories