Review of inheritance & polymorphism

Review of inheritance & polymorphism

12th Grade

6 Qs

quiz-placeholder

Similar activities

Object Oriented Programming

Object Oriented Programming

11th - 12th Grade

8 Qs

Binary and Chapter 9 Lessons 1-2 Quiz Review

Binary and Chapter 9 Lessons 1-2 Quiz Review

10th - 12th Grade

6 Qs

Java Inheritance

Java Inheritance

11th Grade - University

10 Qs

Introduction to Java

Introduction to Java

8th - 12th Grade

10 Qs

OOP Key Terms

OOP Key Terms

12th Grade

7 Qs

Inheritance

Inheritance

12th Grade

7 Qs

AP CSA Unit 9 Inheritance

AP CSA Unit 9 Inheritance

10th - 12th Grade

5 Qs

Java Inheritance

Java Inheritance

9th - 12th Grade

5 Qs

Review of inheritance & polymorphism

Review of inheritance & polymorphism

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Mark Gadsby

Used 15+ times

FREE Resource

6 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

___________ is an OOP technique that allows one class to inherit the attributes and methods of another class.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

In an inheritance relationship, the parent class can also be referred to as the __________ or base class. The child class can be referred to as the subclass or derived class.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Inheritance is shown on a UML diagram with hollow-headed arrows that point _______ from child to parent.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Subclasses can be extended with additional __________ and methods.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Inherited methods can be _________ to change their functionality and make the behaviour more appropriate to the subclass.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

____________ is the ability of the system to process objects differently depending on their data type or class.

Discover more resources for Computers