Inheritance in JAVA

Inheritance in JAVA

University

6 Qs

quiz-placeholder

Similar activities

Python Generators

Python Generators

10th Grade - University

10 Qs

FGWHN Python OOP - Polymorphism

FGWHN Python OOP - Polymorphism

University

10 Qs

Basic java

Basic java

University

10 Qs

Java Interfaces

Java Interfaces

University

10 Qs

JAVA FOR ANDROID-JAVA

JAVA FOR ANDROID-JAVA

University

10 Qs

C - Java class

C - Java class

University

10 Qs

Hibernate Java

Hibernate Java

University

8 Qs

Kuis PBo Inheritance

Kuis PBo Inheritance

University

10 Qs

Inheritance in JAVA

Inheritance in JAVA

Assessment

Quiz

Computers

University

Medium

Created by

Jamunadevi T

Used 22+ 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