OOP 4 Polymorphism

OOP 4 Polymorphism

11th Grade

10 Qs

quiz-placeholder

Similar activities

Introduction to Java

Introduction to Java

8th - 12th Grade

10 Qs

Four pillars of Object-Oriented Programming (OOP) in java

Four pillars of Object-Oriented Programming (OOP) in java

9th - 12th Grade

5 Qs

Quiz Inheritance

Quiz Inheritance

11th Grade

10 Qs

Instances of Classes

Instances of Classes

9th - 12th Grade

12 Qs

JAVA LEVEL 2 QUIZ 4

JAVA LEVEL 2 QUIZ 4

8th - 12th Grade

15 Qs

Binary and Chapter 9 Lessons 1-2 Quiz Review

Binary and Chapter 9 Lessons 1-2 Quiz Review

10th - 12th Grade

6 Qs

oop basics

oop basics

11th Grade

12 Qs

Object Oriented Programming

Object Oriented Programming

11th - 12th Grade

8 Qs

OOP 4 Polymorphism

OOP 4 Polymorphism

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Amanda Beacham

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many main types of polymorphism are there in object-oriented programming?

One

Two

Three

Four

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is static polymorphism?

Implementing multiple methods with the same name but different parameters

Using the same method name for different classes

Overloading operators

Inheriting methods from a superclass

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a characteristic of static polymorphism?

Methods must have the same parameters.

Methods must have different names.

Methods can have different numbers of parameters.

Methods must be in different classes.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the class described in the document?

Animal

Bird

Dog

Cat

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What sound does the makeSound() method produce in the Bird class?

Bark

Meow

Chirp

Roar

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the makeSound() method in the Bird class?

To print "Quack"

To print "Chirp"

To print "Tweet"

To print "Honk"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which class inherits from the Bird class?

Eagle

Sparrow

Duck

Penguin

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?