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 |
What can c++ be used for?
What is "strstream" ?
How do pointers work?
when can we use virtual destructor?
7 Answers HCL, HP, Virage Logic,
What is token c++?
Write any small program that will compile in "C" but not in "C++"
What is the difference between a constructor and a destructor in C++?
Why is c++ not purely object oriented?
What gives the current position of the put pointer?
Compare compile time polymorphism and Runtime polymorphism
What is #include ctype h in c++?
What is endl c++?