DFT4027 QUIZ 3 - Topic 4 (CLO1)

DFT4027 QUIZ 3 - Topic 4 (CLO1)

University

10 Qs

quiz-placeholder

Similar activities

After activity

After activity

University

10 Qs

Didactics I - Review

Didactics I - Review

University - Professional Development

10 Qs

Principles of Teaching

Principles of Teaching

University

10 Qs

METHODOLOGY IN RESEARCH

METHODOLOGY IN RESEARCH

University

15 Qs

Quiz Konsep PBO

Quiz Konsep PBO

12th Grade - University

10 Qs

Scientific Writing

Scientific Writing

University

7 Qs

Python - Class

Python - Class

12th Grade - University

11 Qs

Akuntansi Aset Tetap-1

Akuntansi Aset Tetap-1

University

10 Qs

DFT4027 QUIZ 3 - Topic 4 (CLO1)

DFT4027 QUIZ 3 - Topic 4 (CLO1)

Assessment

Quiz

Education, Instructional Technology

University

Hard

Created by

Siti Saad

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Identify the CORRECT meaning of abstract method.

Method without body

Regular method with body

Method which can only be implemented

Method which can only be accessed by abstract class

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

An abstract class and a normal class BOTH can have abstract methods in it. True or false?

TRUE

FALSE

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

We can create object from an abstract class with new keyword.

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Identify which type of inheritance abstract class represent to?

Single

Multiple

Multilevel

Multitrading

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Identify the correct keyword to inherits an abstract class to a normal class.

extends

implements

super

this

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

A class Animal has a method sound() and the sub-classes of Dog, Lion and Cat.


Since the animal sound differs from one animal to another, there is no point to implement this method in parent class.


So, identify how method is declared to implement the same sound() method in subclass to describe different sound.

Create normal class with abstract method sound()

Create abstract class with normal method sound()

Create abstract class with abstract method sound()

Create normal class with normal method sound()

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

A subclass from an abstract class MUST IMPLEMENT all superclass method.

YES

TRUE

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?