Created
April 4, 2013 13:46
-
-
Save seyDoggy/5310452 to your computer and use it in GitHub Desktop.
PSPC Chapter 11 review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Problem Solving and Programming Concepts | |
Adam Merrifield (2697795). | |
Chapter 11 Review Questions: pg 482 | |
1. c. constructor | |
2. a. exactly one constructor | |
3. c. both of the above | |
4. b. a constructor that requires no arguments | |
5. c. the automatically created default constructor no longer exists | |
6. c. both of the above | |
7. b. an object goes out of scope | |
8. d. Both can be overloaded. | |
9. a. You save time because subclasses are created automatically from those that come built in as part of a programming language. | |
10. d. many of the methods you need have already been used and tested | |
11. d. base class | |
12. b. child class | |
13. b. superclass | |
14. b. A child class can also be a parent class. | |
15. a. A derived class inherits all the data and methods of its ancestors. | |
16. d. none of the above | |
17. c. library | |
18. a. visual development environment | |
19. c. exceptions | |
20. c. be able to handle and detect errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment