Question: 1. You design a Circle class with various fields and methods. Which of the following could be fields in this class? Distinguish which of these
1. You design a Circle class with various fields and methods. Which of the following could be fields in this class? Distinguish which of these are between the properties and behavior.
A. calculateArea()
B. color
C. calculateCircumference()
D. radius
E. calculateDiameter()
2. The Spiral Model reflects an iterative development process.
A. True B. False
3. Which of the following two features are supported by the NetBeans IDE.
A. NetBeans automatically runs the program once all the braces in the code are matched.
B. NetBeans highlights matching braces.
C. NetBeans provides a shortcut to format whitespace.
D. Once NetBeans spots a problem, it wont allow you to continue coding until the progrblem is fixed.
4. An Object cannot have String objects as properties.
A. True B. False
5. Which two are mathematical operators?
A. +
B.
C. #
D. @
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
