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


Please Help Members By Posting Answers For Below Questions

How do you add an element to a set in c++?

644


How do you invoke a base member function from a derived class in which you have not overridden that function?

698


What is iterator c++?

632


What is an undefined behavior and sequence points

662


How the keyword struct is different from the keyword class in c++?

678






Write a Program to find the largest of 4 no using macros.

687


What is istream and ostream in c++?

697


What is pair in c++?

710


What is the difference between interpreters and compilers?

721


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

1879


What do you mean by global variables?

672


What things would you remember while making an interface?

666


What are the benefits of operator overloading?

787


Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

3444


What is fixed in c++?

659