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

1. A derived class contains only public instance variables and public methods from the base class.
2. Inheritance refers to a very specialized form of a class.
3. A derived class is a class defined by adding instance variables and methods to an existing class.
4. When you define a derived class, you give only the added instance variables and the added methods
as well as all the methods from the base class.
5. The keyword extends indicates polymorphism.


1. False
2. False
3. True
4. False
5. False

Computer Science & Information Technology

You might also like to view...

The ____________ contains the controls that you can add to a Form.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

________ moves the selection to the previous field in a table

A) Shift + Tab B) The PageUp key C) The PageDown key D) Tab

Computer Science & Information Technology

A(n) ________ is a navigation element that, when clicked, will take you to another location, such as a webpage or a document

A) browser B) URL C) hyperlink D) email address

Computer Science & Information Technology

The use of two or more criteria on the same row is known as a:

A) wildcard criteria. B) criteria range. C) compound criteria. D) conditional criteria.

Computer Science & Information Technology