ITS42004 Abstract Classes and Interfaces

ITS42004 Abstract Classes and Interfaces

University

10 Qs

quiz-placeholder

Similar activities

Pemrograman Berorientasi Objek

Pemrograman Berorientasi Objek

10th Grade - University

10 Qs

Web-II-Loop and Function

Web-II-Loop and Function

University

10 Qs

Object Oriented Programming MCQs

Object Oriented Programming MCQs

University

15 Qs

Post-Test Creational Design Pattern

Post-Test Creational Design Pattern

University

10 Qs

Creational Design Patterns

Creational Design Patterns

University

10 Qs

Java Quiz 1

Java Quiz 1

University

10 Qs

JSP

JSP

University

10 Qs

Java Compose 2

Java Compose 2

University

10 Qs

ITS42004 Abstract Classes and Interfaces

ITS42004 Abstract Classes and Interfaces

Assessment

Quiz

Computers

University

Medium

Created by

Tin Wooi Wong

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