Explain RAII (Resource Acquisition Is Initialization).
Answer Posted / nashiinformaticssolutions
• A programming idiom where resource allocation is tied to object lifetime. Destructors release resources.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it possible to have a recursive inline function in c++?
Can static member variables be private?
List the merits and demerits of declaring a nested class in C++?
Can we use struct in c++?
Explain differences between new() and delete()?
Explain explicit container.
Why are arrays usually processed with for loop?
What does the ios::ate argument do?
What is data abstraction? How is it different from data encapsulation?
List the special characteristics of constructor.
What is a Default constructor?
What does return 0 do in c++?
What is vectorial capacity?
Define the operators that can be used with a pointer.
Write a program to find the Factorial of a number