how many trys can we write in one class
Answers were Sorted based on User's Feedback
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 |
Answer / anup
Number of try statement can be write in one class according
to our need.
Is This Answer Correct ? | 2 Yes | 0 No |
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 |
Which function cannot be overloaded c++?
What is the difference between a reference and a pointer?
What language does google use?
What is different in C++, compare with unix?
what is static function
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
What is microsoft c++ redistributable 2013?
What are arithmetic operators?
Is the declaration of a class its interface or its implementation?
What is the difference between c++ and turbo c++?
List the features of oops in c++?
How a new operator differs from the operator new?