Explain RAII (Resource Acquisition Is Initialization).
Answer Posted / nashiinformaticssolutions
• 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 View All Answers
What is a v-table?
What is virtual destructor ans explain its use?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What is the cout in c++?
List the features of oops in c++?
What is c++ iterator?
Describe about storage allocation and scope of global, extern, static, local and register variables?
Explain dangling pointer.
What is else syntax in c++?
What is struct c++?
What are manipulators used for?
Tell me difference between constant pointer and pointer to a constant.
What is meant by entry controlled loop?
What is the meaning of string in c++?
What is lazy initialization in c++?