Polymorphism

Polymorphism

2nd Grade

5 Qs

quiz-placeholder

Similar activities

2.2 EOU Quiz

2.2 EOU Quiz

1st Grade - Professional Development

10 Qs

DHCP

DHCP

1st - 3rd Grade

10 Qs

Subroutine

Subroutine

KG - 12th Grade

10 Qs

Quiz 2

Quiz 2

1st - 3rd Grade

10 Qs

C++ Quiz Date(06-07-2020)

C++ Quiz Date(06-07-2020)

1st - 5th Grade

8 Qs

Quiz OO Model

Quiz OO Model

1st - 10th Grade

9 Qs

First amazing quiz

First amazing quiz

KG - 3rd Grade

5 Qs

สอบท้ายหน่วย 1 การเขียนโปรแกรมเชิงวัตถุ

สอบท้ายหน่วย 1 การเขียนโปรแกรมเชิงวัตถุ

1st - 3rd Grade

10 Qs

Polymorphism

Polymorphism

Assessment

Quiz

Computers

2nd Grade

Medium

Created by

ANIS (PBU)

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is Polymorphism?

Polymorphism is the existence of an entity in single forms.

Polymorphism is the existence of an entity in many forms.

Polymorphism is the existence of many entities in many forms.

Polymorphism is the existence of an entity not in a forms.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Polymorphism is implemented in Java using techniques below:

Method Overloading

Constructor Overloading

Method Overriding

Constructor Overriding

Yes

No

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Methods Overloading is a..

Methods which have different name but different parameters are called as overloaded methods.

Methods which different name but same parameters are called as overloaded methods.

Methods which have same name and parameters are called as overloaded methods.

Methods which have same name but different parameters are called as overloaded methods.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The parameters in overloaded methods should differ in at least one of the following:

Number of parameters

Data type of the parameters

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The concept of having two or more constructors with different signature in the same class is called

Method Overloading

Constructor Overloading

Method

Overriding

Constructor Overriding