Polymorphism

Polymorphism

University

15 Qs

quiz-placeholder

Similar activities

OODJ-QUIZ1-10/03/2022-E

OODJ-QUIZ1-10/03/2022-E

University

20 Qs

Dr. S. Uma's Object Oriented Programming Quiz Event 1

Dr. S. Uma's Object Oriented Programming Quiz Event 1

University

10 Qs

Responsi PL 2021/2022

Responsi PL 2021/2022

University

20 Qs

Inheritance in Java

Inheritance in Java

University

20 Qs

AP CSA Inheritance Polymorphism

AP CSA Inheritance Polymorphism

University

20 Qs

ADPROG1

ADPROG1

University

10 Qs

COMPUTER PROGRAMMING 2- SEATWORK 2- INTRO TO OBJECT OOP

COMPUTER PROGRAMMING 2- SEATWORK 2- INTRO TO OBJECT OOP

University

10 Qs

Unit 2 Inheritance in Java

Unit 2 Inheritance in Java

12th Grade - University

15 Qs

Polymorphism

Polymorphism

Assessment

Quiz

Computers

University

Medium

Created by

Zuraihah Ngadengon

Used 233+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the name Polymorphism translate to?

Many forms

Many changes

two forms

liquid forms

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What are the two types of Polymorphism?

Syntax and runtime

Constructor and method

derive and base

encapsulation and Inheritance

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Polymorphism is features of object oriented programming?

True

False

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

What will be the output of this program?

drawing...

drawing rectangle...

drawing circle...

drawing triangle...

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Is the code above an example of overloading or overriding a method?

Overloading

Overriding

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

In the code above, If I write the following statement will it execute successfully.


Rectangle rec= new Triangle();

Yes, there is nothing wrong with this method of polymorphism.

No, Rectangle and Triangle are subclasses of Shape and cannot cast to each other.

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Class SalariedEmployee extends Employee.  Which of these is true?
SalariedEmployee is the subclass
Employee is the base class
SalariedEmployee inherits from Employee
all of these

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?