
ITS42004 Abstract Classes and Interfaces
Authored by Tin Wooi Wong
Computers
University
Used 8+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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();
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?