
polymorphism + java-visual

Quiz
•
Computers
•
Professional Development
•
Hard

ANIL KUMAR
FREE Resource
56 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Answer explanation
The correct answer is 4. Shape area(). The area() method is defined in the Shape class, and it is overridden by the Circle area(), Triangle area(), and Rectangle area() methods in the respective subclasses. When the area() method is invoked on an object of the Shape class, the overridden method in the specific subclass is called. In this case, the area() method is not overridden in the Shape class, so the Shape area() method is called.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Answer explanation
The image shows that the parent class has two methods, deposit() and withdraw(). The child classes also have these two methods, but they can override them to provide different implementations. For example, the saving child class might override the deposit() method to add a bonus to the amount deposited.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Answer explanation
The correct answer is 2. char. This is because the gender variable is declared as a char in the image. The char data type is used to store a single character, such as 'm' or 'f'.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Answer explanation
The answer is supported by the text in the image, which says "Duke is going to punch!". The Java mascot, Duke, is a green, anthropomorphic coffee cup with a punchy expression. The code in the image shows that Duke is a subclass of JavaMascot, which has a method called executeAction(). The executeAction() method in Duke prints out the message "Duke is going to punch!", which indicates that Duke is about to punch something.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Answer explanation
Runtime polymorphism is the most common type of polymorphism because it allows different objects of a class to respond to the same message in different ways. This is done by overriding methods in the base class. The other types of polymorphism, compile time polymorphism and method overloading, are less common.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Answer explanation
The code in the image shows that a Vehicle object can be added to an ArrayList of Car objects. This is because Vehicle is the superclass of Car, and so any object of type Vehicle can also be an object of type Car.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Answer explanation
The image shows the two types of polymorphism in Java: compile-time polymorphism and run-time polymorphism. Compile-time polymorphism is shown in the image with the two boxes labeled "Method Overloading". Run-time polymorphism is shown in the image with the two boxes labeled "Method Overriding".
Create a free account and access millions of resources
Similar Resources on Quizizz
58 questions
SDLC Quiz

Quiz
•
Professional Development
55 questions
Javascript - Beginner Practice

Quiz
•
12th Grade - Professi...
56 questions
Salesforce PD2 - Review 1

Quiz
•
Professional Development
59 questions
Mulesoft Practice Test

Quiz
•
Professional Development
60 questions
KFIN_Tech_Screening_Test_Python_103_Jan'24

Quiz
•
Professional Development
60 questions
Rikkei Academy - Java - MD3 - Hackathon 01

Quiz
•
Professional Development
60 questions
Overall programming tests

Quiz
•
Professional Development
53 questions
HTML And CSS

Quiz
•
4th Grade - Professio...
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade