Technical Interview

Home
Technical Interview
Interview Process
Introduction Questions
Quantitative Problems
Google & Microsoft
Algorithms
C/C++ Questions
Java Questions
Data Structures
Fundamental Questions
Puzzles
Resume Tips
Added Recently
Links
Contact Us
Submit Question/Answer

What is meant by Resource Acquisition is Initialization (RAiI)?

A resource, such as memory, is acquired by creating an instance of an object, and released when the object is destroyed. The goals are:

* Software Patterns
* C++ craftsmanship