What is RAII (Resource Acquisition Is Initialization)?



What is RAII (Resource Acquisition Is Initialization)?..

Answer / nashiinformaticssolutions

RAII is a programming idiom where resource allocation is tied to the lifetime of an object.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is a dll entry point?

1 Answers  


Is java based off c++?

1 Answers  


How do pointers work?

1 Answers  


What is the difference between "overloading" and "overridding"?

3 Answers  


Friend functions can access private and protected members of a class.

1 Answers  


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

1 Answers  


What is the difference between Class and Structure?

40 Answers   HP, IBM, Samsung, TCS,


What is #include cstdlib in c++?

1 Answers  


What is an iterator?

1 Answers  


What are the weaknesses of C++?

1 Answers  


How do you compile the source code with your compiler?

1 Answers  


What would happen on forgetting [], while deallocating an array through new?

1 Answers  


Categories