how many trys can we write in one class
Answer Posted / anup
Number of try statement can be write in one class according
to our need.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is c++ map?
What is the purpose of templates in c++?
what you know about c++?
Where Malloc(), Calloc(), and realloc() does get memory?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What is #include iostream?
How do you invoke a base member function from a derived class in which you have not overridden that function?
Define virtual constructor.
What is the c++ code?
what is oops and list its features in c++?
Difference between declaration and definition of a variable.
Explain the use of virtual destructor?
Can static member variables be private?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?