What is RAII (Resource Acquisition Is Initialization)?
Answer Posted / 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 View All Answers
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What are containers in c++?
Can I learn c++ in a week?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
Can circle be called an ellipse?
Write a program to find the Fibonacci series recursively.
What is lvalue?
In the derived class, which data member of the base class are visible?
What is object oriented programming (oop)?
Can a function take variable length arguments, if yes, how?
What is abstract class in c++?
What is & in c++ function?
What is fflush c++?
When should we use container classes instead of arrays?
What sorting algorithm does c++ use?