An abstract class can contain ____.
A. only abstract methods
B. only non-abstract methods
C. abstract and non-abstract methods
D. nothing
Answer: C
You might also like to view...
This is a type of malware that could reside in a system undetected until a predefined event triggers the so-called bomb to go off.
What will be an ideal response?
The default version value for an XML declaration is _____.
A. 1.0 B. 1.1 C. 1.2 D. 2.0
Which of the following statements is false?
a. In the UML, each class is modeled in a class diagram as a rectangle with three compartments. The top one contains the class’s name centered horizontally in boldface. The middle one contains the class’s attributes, which correspond to instance variables in Java. The bottom one contains the class’s operations, which correspond to methods and constructors in Java. b. UML represents instance variables as an attribute name, followed by a colon and the type. c. Private attributes are preceded by the keyword private in the UML. d. The UML models operations by listing the operation name followed by a set of parentheses. A plus sign (+) in front of the operation name indicates that the operation is a public.
Expression Web assigns a name to each automatically-created style in a page using the word style and the next available ____.
A. symbol B. format C. figure D. number