Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
C++ How to Program
Quiz 9: Classes: a Deeper Look; Throwing Exceptions
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
A default constructor:
Question 2
Multiple Choice
Assuming the following constructor is provided for class Time explicit Time(int = 0, int = 0, int = 0) ; Which of the following is not a valid way to initialize a Time object?
Question 3
Multiple Choice
A class's functions can throw exceptions, such as __________to indicate invalid data.
Question 4
Multiple Choice
Member access specifiers (public and private) can appear:
Question 5
Multiple Choice
Member function definitions:
Question 6
Multiple Choice
Which of the following statements is false (assume we're referring to class Time) ?
Question 7
Multiple Choice
The type of function a client would use to check the balance of a bank account would be:
Question 8
Multiple Choice
Parameterized stream manipulator setfill specifies the fill character that's displayed when an output is displayed in a field wider than the number of characters or digits in the output. The effect of setfill applies: