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

1. Private methods of the base class are not available for use by derived classes.
2. Polymorphism refers to the ability to associate many meanings to one method through dynamic
binding.
3. Java allows an instance of an abstract class to be instantiated.
4. Late binding refers to the method definition being associated with the method invocation when the
method is invoked at run time.

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

Computer Science & Information Technology

You might also like to view...

A(n) ________ inserts the current date each time a report is opened

Fill in the blank(s) with correct word

Computer Science & Information Technology

A __________ is a collection of similar records.

A) ?file ? B) ?database ? C) ?record D) ?field

Computer Science & Information Technology