Explain RAII (Resource Acquisition Is Initialization).
Answer Posted / glibwaresoftsolutions
• 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
Why are pointers used?
What methods can be overridden in java?
Are there any special rules about inlining?
What is time h in c++?
What is the type of this pointer in c++?
Which one between if-else and switch is more efficient?
What is c++ manipulator?
Is c++ a programming language?
Is there a sort function in c++?
How do we implement inheritance in c++?
Can we delete this pointer in c++?
In the derived class, which data member of the base class are visible?
What are built-in functions? What is the syntax for the definition?
Difference between delete and free.
What is extern c++?