Oops moment/1

Quiz
•
Engineering
•
University
•
Medium
Mekha S R
Used 9+ times
FREE Resource
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
Similar Resources on Wayground
14 questions
Preguntas sobre Punteros en C/C++

Quiz
•
University
18 questions
Hackharbor 3.0 Day 3:Tech

Quiz
•
University
14 questions
Energy Management Techniques for SoC

Quiz
•
University
13 questions
Mastering OOP Concepts in Java

Quiz
•
University
10 questions
Soil Consolidation

Quiz
•
University
12 questions
Polymorphism Quiz

Quiz
•
University
10 questions
Computer Science Workshop Quiz

Quiz
•
University
12 questions
LinkedLists

Quiz
•
University
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Engineering
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University
2 questions
Pronouncing Names Correctly

Quiz
•
University
34 questions
WH - Unit 2 Exam Review -B

Quiz
•
10th Grade - University
21 questions
Mapa países hispanohablantes

Quiz
•
1st Grade - University
10 questions
Transition Words

Quiz
•
University
5 questions
Theme

Interactive video
•
4th Grade - University
25 questions
Identifying Parts of Speech

Quiz
•
8th Grade - University
10 questions
Spanish Greetings and Goodbyes!

Lesson
•
6th Grade - University