Polymorphism - Objective Exercises

Polymorphism - Objective Exercises

University

11 Qs

quiz-placeholder

Similar activities

phylum chordata

phylum chordata

University

15 Qs

All About Research

All About Research

University

10 Qs

Copy of Seventh Grade Comprehension Quiz

Copy of Seventh Grade Comprehension Quiz

7th Grade - University

10 Qs

Topic 4: National Economic Development

Topic 4: National Economic Development

University

10 Qs

Lesson 9 Assessment

Lesson 9 Assessment

7th Grade - University

14 Qs

Effective Constructivist Teaching Learning in the Classroom

Effective Constructivist Teaching Learning in the Classroom

University

10 Qs

Group-B Python Quiz

Group-B Python Quiz

University

7 Qs

Topic 8  -  International Financial Markets

Topic 8 - International Financial Markets

University

15 Qs

Polymorphism - Objective Exercises

Polymorphism - Objective Exercises

Assessment

Quiz

others

University

Hard

Created by

MOHAMMAD HARON

Used 1+ 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?