Inheritance in JAVA

Inheritance in JAVA

University

6 Qs

quiz-placeholder

Similar activities

Object Oriented Programming

Object Oriented Programming

University

9 Qs

QUIZ KELAS JAVA

QUIZ KELAS JAVA

University

10 Qs

Java quiz based on inheritance

Java quiz based on inheritance

University

10 Qs

AP CSA Inheritance Polymorphism

AP CSA Inheritance Polymorphism

University

10 Qs

Java Inheritance

Java Inheritance

11th Grade - University

10 Qs

Inheritance Quiz

Inheritance Quiz

2nd Grade - University

10 Qs

Quiz on OOPs- Day 1 (30-01-2025)

Quiz on OOPs- Day 1 (30-01-2025)

University

10 Qs

Object Oriented Programming Quizz

Object Oriented Programming Quizz

University

10 Qs

Inheritance in JAVA

Inheritance in JAVA

Assessment

Quiz

Computers

University

Medium

Created by

Jamunadevi T

Used 21+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ........... is a group of objects which have common properties.

Class

Sub Class

Super Class

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

.............. is a class which inherits the other class.

Class

Sub Class

Super Class

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

................. is the class from where a subclass inherits the features.

Class

Sub Class

Super Class

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Subclass is also called a ...........

Derived Class

Extended Class

Child Class

All the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Superclass is also called a ...............

Base Class

Parent Class

Both A and B

None

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

is an example of

Single Inheritance

Multiple Inheritance

Multilevel Inheritance

None