Polymorphism - Objective Exercises

Polymorphism - Objective Exercises

University

11 Qs

quiz-placeholder

Similar activities

Performance Management Skills

Performance Management Skills

University

10 Qs

[GROUP 3] PUBLIC ECONOMICS

[GROUP 3] PUBLIC ECONOMICS

University

10 Qs

Weather Patterns Quiz

Weather Patterns Quiz

3rd Grade - University

14 Qs

Lng quiz

Lng quiz

2nd Grade - University

15 Qs

Membrane structure and function

Membrane structure and function

University

12 Qs

Features of Representative Democracy

Features of Representative Democracy

11th Grade - University

10 Qs

Gov - Chapter 19 - Laws and Our Society

Gov - Chapter 19 - Laws and Our Society

12th Grade - University

16 Qs

Constitutional Compromise

Constitutional Compromise

8th Grade - University

11 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?