Polymorphism - Objective Exercises

Polymorphism - Objective Exercises

University

11 Qs

quiz-placeholder

Similar activities

White Bird Competition Quiz

White Bird Competition Quiz

8th Grade - University

16 Qs

Topic 11- Selecting and Managing Entry Modes

Topic 11- Selecting and Managing Entry Modes

University

15 Qs

Section 6 - Terms & Lines (Updated)

Section 6 - Terms & Lines (Updated)

11th Grade - University

7 Qs

Transforming Direct Instruction Quiz

Transforming Direct Instruction Quiz

University

10 Qs

Play play got angpao

Play play got angpao

University

15 Qs

Year 6 Science GL Style Practice Paper

Year 6 Science GL Style Practice Paper

5th Grade - University

10 Qs

Topic 12- Developing and Marketing Products

Topic 12- Developing and Marketing Products

University

15 Qs

Managerial accounting (quiz 1)

Managerial accounting (quiz 1)

University

15 Qs

Polymorphism - Objective Exercises

Polymorphism - Objective Exercises

Assessment

Quiz

others

University

Hard

Created by

MOHAMMAD HARON

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?