Java Test4

Java Test4

University

50 Qs

quiz-placeholder

Similar activities

Event Driven Handouts 1 & 2

Event Driven Handouts 1 & 2

University

45 Qs

Day 4 - Inheritance, super, final, abstract, interface

Day 4 - Inheritance, super, final, abstract, interface

University

50 Qs

JAVA REVIEW QUIZ

JAVA REVIEW QUIZ

University

48 Qs

VB.NET BASIC QUIZ

VB.NET BASIC QUIZ

University

50 Qs

Quiz PBO Pra UAS

Quiz PBO Pra UAS

University

50 Qs

quiz oop [encapsulation, inherit, interface, abstract]

quiz oop [encapsulation, inherit, interface, abstract]

University

50 Qs

MIDTERM ITC-103

MIDTERM ITC-103

University

50 Qs

Quiz 1 PBO

Quiz 1 PBO

University

48 Qs

Java Test4

Java Test4

Assessment

Quiz

Computers

University

Medium

Created by

Prof. Harish T. Gwalani

Used 3+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is inheritance in Java?
Code duplication
Multiple method calling
Acquiring properties of one class into another
Overloading methods

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to inherit a class in Java?
import
extends
implements
inherits

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to refer to the immediate parent class?
this
super
base
parent

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'final' keyword mean when applied to a variable?
It can be changed
It cannot be changed
It can be inherited
It is temporary

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which class cannot be extended in Java?
abstract class
final class
static class
interface

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an abstract class?
A class with no name
A class with only private members
A class that cannot be instantiated
A class that can only contain variables

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an interface?
A class with methods
A blueprint of a class with abstract methods
A final class
An enum

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?