Oops moment/1
Quiz
•
Engineering
•
University
•
Medium
Mekha S R
Used 11+ times
FREE Resource
Enhance your content in a minute
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which keyword is used to inherit a class in Java?
Implements
Inherits
Extends
Super
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which is the correct way to create an object of class Dog?
Dog d = Dog();
Dog d = new Dog;
Dog d = new Dog();
Dog = new d();
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which keyword refers to the current object?
this
super
final
extends
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does method overloading mean?
Using multiple classes
Creating methods with same name but different parameters
Calling one method from another
Using one method in multiple classes
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What keyword is used to call a parent class constructor?
parent
this
extends
super
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does the final keyword do when applied to a class?
It prevents inheritance
It allows only static methods
It makes the class abstract
It allows method overriding
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
class Animal {
void sound() {
System.out.println("Animal sound");
}
}
class Dog extends Animal {
void sound() {
System.out.println("Bark");
}
}
public class Main {
public static void main(String[] args) {
Animal a = new Dog();
a.sound();
}
}
Animal sound
Bark
Error
Nothing
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
15 questions
Codigo
Quiz
•
University
12 questions
AGENTS AND ITS ENVIRONMENT
Quiz
•
University
10 questions
Final Exam in AutoCAD CPE/ME
Quiz
•
University
15 questions
TECH WHIZ
Quiz
•
University
15 questions
ELECTRO 1 SW 1 BROMINE
Quiz
•
University
15 questions
BugBlitz
Quiz
•
University
9 questions
Sem III- OOP Module 4 (2024-25)
Quiz
•
University
15 questions
Artificial Intelligence
Quiz
•
University
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
MINERS Core Values Quiz
Quiz
•
8th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
Discover more resources for Engineering
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
7 questions
Central Idea of Informational Text
Interactive video
•
4th Grade - University
20 questions
Physical or Chemical Change/Phases
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
39 questions
Unit 7 Key Terms
Quiz
•
11th Grade - University
7 questions
Transition Words and Phrases
Interactive video
•
4th Grade - University
18 questions
Plotting Points on the Coordinate Plane
Quiz
•
KG - University
5 questions
Declaration of Independence
Interactive video
•
4th Grade - University
