When you derive a class from an existing class, you
A) can add new data, but cannot add new functions.
B) can add new functions, but cannot add new data.
C) can add both new data and new functions.
D) must add both new data and new functions.
E) None of the above
C) can add both new data and new functions.
You might also like to view...
What is the Reduced Redundancy option in Amazon S3?
A. Less redundancy for a lower cost. B. It doesn't exist in Amazon S3, but in Amazon EBS. C. It allows you to destroy any copy of your files outside a specific jurisdiction. D. It doesn't exist at all
Which of the following statements is NOT true?
A) Radio buttons are round and check boxes are square. B) Radio buttons are often grouped together and are mutually exclusive; Check boxes are not. C) Radio buttons implement ActionListener; Check boxes implement ItemListener. D) All of these are true.