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

1. In the real world you can find many objects that are specialized versions of more general objects.
2. When an "is a" relationship exists between objects, it means that the specialized object has all of the characteristics of the general object, plus additional characteristics that make it unique.
3. Inheritance involves a base class and a relative class.
4. You can think of a derived class as an extended version of some base class.


1. TRUE
2. TRUE
3. FALSE
4. TRUE

Computer Science & Information Technology

You might also like to view...

A(n) ______________ method tests whether a condition is true or false.

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

Computer Science & Information Technology

____________________ are collections of related web pages.

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

Computer Science & Information Technology

A(n) ________ is used to end a page and continue the remainder of the text on the next page

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is not a C type?

A. Boolean B. Character C. Number D. Real E. Imaginary

Computer Science & Information Technology