Quiz_4

Quiz_4

University

5 Qs

quiz-placeholder

Similar activities

Java quiz based on inheritance

Java quiz based on inheritance

University

10 Qs

Java Interface Quiz

Java Interface Quiz

University

9 Qs

Interface + java

Interface + java

University

8 Qs

QUIZ KELAS JAVA

QUIZ KELAS JAVA

University

10 Qs

Java

Java

University

10 Qs

Core Java Quiz

Core Java Quiz

University

10 Qs

Third Year Placement Training Revision Test

Third Year Placement Training Revision Test

University

10 Qs

Quiz_4

Quiz_4

Assessment

Quiz

Computers

University

Medium

Created by

Tahira Batool

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used for inheritance in java?

super

super()

extends

extend

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A private variable in the parent class is accessible in child class.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many classes can be inherited by one class in java?

1

2

3

many

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many classes can extend one class in java?

1

2

3

4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If A is the subclass of class B, then syntax will be:

class B extends A{}

class A extends B{}

class A:B{}

None of the above