ITS42004 Abstract Classes and Interfaces

ITS42004 Abstract Classes and Interfaces

University

10 Qs

quiz-placeholder

Similar activities

Interface + java

Interface + java

University

8 Qs

Java Inheritance

Java Inheritance

11th Grade - University

10 Qs

CSC305: TOPIC 2

CSC305: TOPIC 2

University

15 Qs

Object Oriented Programming Quizz

Object Oriented Programming Quizz

University

10 Qs

Java Methods

Java Methods

University

14 Qs

Methods

Methods

University

11 Qs

Activity 7: Quiz

Activity 7: Quiz

University

10 Qs

OOP - Java Classes

OOP - Java Classes

12th Grade - University

15 Qs

ITS42004 Abstract Classes and Interfaces

ITS42004 Abstract Classes and Interfaces

Assessment

Quiz

Computers

University

Medium

Created by

Tin Wooi Wong

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the keyword that should be used when a method is replacing the implementation of another method with the same name in the parent class?

super()

@Override

Implement

Extends

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is it possible for an abstract child class to not implement an abstract method from the parent class?

Yes

No

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can an abstract class have a concrete method in it?

Yes

No

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is the way to indicate an abstract class or method in class diagram?

Bold

Italic

Underline

Normal

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The implementation of an abstract method in an abstract class should be provided in the _____ class.

parent

child

same

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A class that provides the implementation for abstract method from an interface should ____ the interface.

extends

implements

inherit

implement

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way of writing an abstract method?

public abstract void calcArea();

abstract public void calcArea();

public void calcArea() abstract;

public void abstract calcArea();

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?