Inheritance means ______________.
a. that data fields should be declared private
b. that a class can extend another class
c. that a variable of supertype can refer to a subtype object
d. that a class can contain another class
b. that a class can extend another class
Computer Science & Information Technology
You might also like to view...
When a parameter is declared using the __________ qualifier, the procedure has access to the original argument variable and may make changes to its value.
a. ByValue b. ByAddress c. ByRef d. ByDefault
Computer Science & Information Technology
Which of the following is the default number format that Microsoft Excel uses to enter numerical values?
A. ?Percentage format B. ?Currency format C. ?General format D. ?Accounting format
Computer Science & Information Technology