C++ allows us to parameterize directly three kinds of entities through templates: types, constants, and templates.
new and delete operators are mainly used to allocate and deallocate
during runtime.
If an error occurs in program, then only exception object is created otherwise, It will not be created. So it?s expensive to use in the program.
:As these are standard exceptions, they need to be defined in the standard block, So it is defined under namespace std.
With the help of RTTI, We can get the information about the data type at the runtime.
Copyright ©CuriousTab. All rights reserved.