Technical Interview

Home
Added Recently
Data Structures
Puzzles
Google & Microsoft
C/C++ Questions
Java Interview Questions
Quantitative Problems
Algorithms
Featured Articles
Amazon Interview Question
Compaq Interview Question
Technical Interview
Interview Process
Introduction Questions
Object Oriented
Google Pages
Fundamental Questions
Resume Tips
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