Polymorphism

Polymorphism

University

15 Qs

quiz-placeholder

Similar activities

UTS Pemrograman Lanjut 2021/2022

UTS Pemrograman Lanjut 2021/2022

University

20 Qs

Talent Next Java MCQ-1

Talent Next Java MCQ-1

University

10 Qs

OOP-1

OOP-1

University

10 Qs

keistimewaan OOP

keistimewaan OOP

University

15 Qs

Q4 - Comp Vision

Q4 - Comp Vision

University

10 Qs

java quiz on Encapsulation and Abstraction

java quiz on Encapsulation and Abstraction

University

10 Qs

The OOP Quiz

The OOP Quiz

University

10 Qs

Java Object Creation and Classes

Java Object Creation and Classes

University

20 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?