how many trys can we write in one class

Answers were Sorted based on User's Feedback



how many trys can we write in one class..

Answer / sreedevi.m0966

many. we cant write try in try but we can write man trys in
one class

Is This Answer Correct ?    16 Yes 2 No

how many trys can we write in one class..

Answer / anup

Number of try statement can be write in one class according
to our need.

Is This Answer Correct ?    2 Yes 0 No

how many trys can we write in one class..

Answer / nagenpresearch

You can use many numbers of try in a single class according to your requirment

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C++ General Interview Questions

Which function cannot be overloaded c++?

0 Answers  


What is the difference between a reference and a pointer?

0 Answers  


What language does google use?

0 Answers  


What is different in C++, compare with unix?

0 Answers  


what is static function

2 Answers   Patni,






class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4

4 Answers   Quark,


What is microsoft c++ redistributable 2013?

0 Answers  


What are arithmetic operators?

0 Answers  


Is the declaration of a class its interface or its implementation?

0 Answers  


What is the difference between c++ and turbo c++?

0 Answers  


List the features of oops in c++?

0 Answers  


How a new operator differs from the operator new?

0 Answers  


Categories