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 |
When do we run a shell in the unix system? How will you tell which shell you are running?
what is meaning of isa and hsa
What are the c++ access specifiers?
Does c++ support exception handling?
Explain about Virtual Function in C++?
What is c++ namespace?
Difference between Operator overloading and Functional overloading?
Explain virtual class?
advantages and disadvantages of using Borland C++ / version 5.
What is a .lib file in c++?
Describe the advantages of operator overloading?
Which operator cannot overload?