Java Inheritance

Java Inheritance

University

6 Qs

quiz-placeholder

Similar activities

Inheritance

Inheritance

University

7 Qs

Java Quiz1

Java Quiz1

University

10 Qs

JSP

JSP

University

10 Qs

Interface + java

Interface + java

University

8 Qs

QUIZ KELAS JAVA

QUIZ KELAS JAVA

University

10 Qs

Inheritance

Inheritance

University

10 Qs

Java quiz based on inheritance

Java quiz based on inheritance

University

10 Qs

Java Interface Quiz

Java Interface Quiz

University

9 Qs

Java Inheritance

Java Inheritance

Assessment

Quiz

Computers

University

Medium

Created by

Jamunadevi T

Used 47+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Inheritance means

Sub class extends Base class

Sub class extends super class

Sub class create object of super class

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of inheritance does Java have?

Single Inheritance

Double Inheritance

Multiple Inheritance

Class Inheritance

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of this keyword must be used to inherit a class?

extends

extent

super

this

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is not type of inheritance?

Single Inheritance

Double Inheritance

Multiple Inheritance

Class Inheritance

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the features reused using Inheritance in Java?

Variables

Constants

Methods

All the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which inheritance in java programming is not supported?

Single inheritance

Multilevel inheritance

Multiple inheritance using classes

Multiple inheritance using interfaces