Polymorphism - Objective Exercises

Polymorphism - Objective Exercises

University

11 Qs

quiz-placeholder

Similar activities

Play play got angpao

Play play got angpao

University

15 Qs

All About Research

All About Research

University

10 Qs

Syllabus Scavenger Hunt – English I  with Mrs. Lacy-Scott

Syllabus Scavenger Hunt – English I with Mrs. Lacy-Scott

9th Grade - University

10 Qs

Required Materials Worksheet

Required Materials Worksheet

11th Grade - University

15 Qs

U.S. History Headquarters: Syllabus and Key Skills

U.S. History Headquarters: Syllabus and Key Skills

7th Grade - University

9 Qs

Unit 1 Multiple Choice Practice

Unit 1 Multiple Choice Practice

12th Grade - University

10 Qs

Managerial accounting (quiz 1)

Managerial accounting (quiz 1)

University

15 Qs

Python Quiz

Python Quiz

10th Grade - University

15 Qs

Polymorphism - Objective Exercises

Polymorphism - Objective Exercises

Assessment

Quiz

others

University

Hard

Created by

MOHAMMAD HARON

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Which of the following statements is an advantage of polymorphism?
The same program logic can be used with objects of several related classes.
Variables can be re-used in order to save memory.
Constructing new objects from old objects of a similar class saves time.
Polymorphism is a dangerous aspect of inheritance and should be avoided.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The following key words are normally found in the inheritance and polymorphism concepts EXCEPT
instanceof
abstract
extends
private

3.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Why is the class member, studentName declared private? (Choose the best answer.)
So that no classes outside of Student can interfere and use the studentName attribute
Because all class members are required to be declared private.
Because it facilitates record keeping.
Because the programmer wishes to protect the program against hackers wanting to steal vital information.

4.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Which of the following statements is TRUE?
Polymorphism and inheritance is essentially the same thing.
Polymorphism means that the method executed in response to a given message will vary according to the class to which the object belongs.
The instance of operator tests whether an object exist.
Polymorphism uses array of subclasses.

5.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

What is the purpose of defining multiple constructors?
Multiple constructors are easier to write than a single constructor.
The Java constructors are easier to write than a single constructor.
Multiple constructors give the client more flexibility in creating instances.
Programs with multiple constructors are easier to read than a single constructor.

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image
What is the output of running the class c?
AB
BA
AA
BB

7.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Which of the following statements about the reference super written in a child class is TRUE?
It must be used every time method from the superclass is called.
It must be the last statement of the constructor.
It must be the first statement of the constructor.
It can only be used once in a program.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?