info@avatto.com
+91-9920808017
56. When the function int some Function (char e) throw () is executed,
it can throw anything
it can throw an integer
it can throw a character
it may not throw anything
Your email address will not be published. Required fields are marked *
Report
Name
Email
Website
Save my name, email, and website in this browser for the next time I comment.
Comment
57. When the function void some Function (int,X) throw (char) is executed,
58. Which of the following statement is false?
A class encapsulates all of an object's attributes and behaviours
An example of an attribute is the minutes variable in a time class
An example of a behaviour is the set function in a time class
A class is considered an object.
59. Which of the following creates an animal object names dog?
animal "dog";
animal dog;
dog "animal";
dog animal;
60. Which of the following tells c++ that the display Breed function is a member of the animal class?
display Breed () :: animal
display Breed ().animal
animal :: display Breed ().
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login