Which of the following statements are true?

a. A subclass is a subset of a superclass.
b. A subclass is usually extended to contain more functions and more detailed information than its superclass.
c. "class A extends B" means A is a subclass of B.
d. "class A extends B" means B is a subclass of A.


bc

Computer Science & Information Technology

You might also like to view...

You are configuring two Cisco routers in a back-to-back configuration for studying. When you plugged in the cables, you did not take note of their types. Which of the following commands could you run on either router to see to which interface you have plugged in the DCE end of the cable?

A) show running config B) show controllers C) show interface brief D) show interface

Computer Science & Information Technology

You can control the number of digits displayed by the browser using thetoFixed()method.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Adding all the three primary colors-red, green, and blue-at maximum intensity produces the color _____, while adding any two of the three primary colors at maximum intensity produces the trio of complementary colors-yellow, magenta, and cyan.?

A. ?white B. ?blue C. ?lime D. ?black

Computer Science & Information Technology

Which of the following statements will create an input file object called inFile?

A. fstream inFile; B. ifstream inFile; C. cin inFile; D. ifcreate inFile;

Computer Science & Information Technology