What is RAII (Resource Acquisition Is Initialization)?
Answer Posted / nashiinformaticssolutions
RAII is a programming idiom where resource allocation is tied to the lifetime of an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain virtual class and friend class.
Can manipulators fall in love?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What is c++ hash?
What is a node class in c++?
When must you use a pointer rather than a reference?
What is istream and ostream in c++?
Is c++ slower than c?
Can we distribute function templates and class templates in object libraries?
Explain data encapsulation?
How should a contructor handle a failure?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
What is decltype c++?
What is the cout in c++?
How do you show the declaration of a virtual constructor?