Explain RAII (Resource Acquisition Is Initialization).
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• A programming idiom where resource allocation is tied to object lifetime. Destructors release resources.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
• A programming idiom where resource allocation is tied to object lifetime. Destructors release resources.
Is This Answer Correct ? | 0 Yes | 0 No |
• A programming idiom where resource allocation is tied to object lifetime. Destructors release resources.
Is This Answer Correct ? | 0 Yes | 0 No |
Is vector a class in c++?
Explain the differences between list x; & list x();.
Is c++ high level programming language?
Is c++ vector dynamic?
What is a multiset c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Why is c++ called oops?
How to implement is-a and has-a class relationships?
What is the difference between inline functions and macros?
Why was c++ created?
What is ios flag in c++?
What are different types of typecasting supported by C++