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