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
What is static in c++?
What is the use of seekg in c++?
What does it mean to declare a member function as virtual?
What is a c++ class?
What is the difference between an external iterator and an internal iterator?
What is this weird colon-member (" : ") syntax in the constructor?
What are the storage qualifiers?
What is the v-ptr?
What sorting algorithm does c++ use?
What are the various situations where a copy constructor is invoked?
Can you please explain the difference between static and dynamic binding of functions?
Can malloc be used in c++?
Do vectors start at 0?
What is the use of dot in c++?
What is a syntax in c++?