Explain RAII (Resource Acquisition Is Initialization).

Answers were Sorted based on User's Feedback



Explain RAII (Resource Acquisition Is Initialization)...

Answer / nashiinformaticssolutions

• A programming idiom where resource allocation is tied to object lifetime. Destructors release resources.

Is This Answer Correct ?    0 Yes 0 No

Explain RAII (Resource Acquisition Is Initialization)...

Answer / glibwaresoftsolutions

• A programming idiom where resource allocation is tied to object lifetime. Destructors release resources.

Is This Answer Correct ?    0 Yes 0 No

Explain RAII (Resource Acquisition Is Initialization)...

Answer / hr@tgksolutions.com

• 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

More C++ General Interview Questions

Is vector a class in c++?

0 Answers  


Explain the differences between list x; & list x();.

0 Answers  


Is c++ high level programming language?

0 Answers  


Is c++ vector dynamic?

0 Answers  


What is a multiset c++?

0 Answers  


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

0 Answers  


Why is c++ called oops?

0 Answers  


How to implement is-a and has-a class relationships?

0 Answers  


What is the difference between inline functions and macros?

5 Answers  


Why was c++ created?

0 Answers  


What is ios flag in c++?

0 Answers  


What are different types of typecasting supported by C++

1 Answers   CA,


Categories