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
13 questions
IO Stream & Multithreading

Quiz
•
University
11 questions
C Programming Quiz

Quiz
•
University
10 questions
WSN_F25_W1

Quiz
•
University
18 questions
Komposisi Tanah

Quiz
•
University
18 questions
Quiz sobre Instrucciones Base de Java

Quiz
•
University
17 questions
IP addressing Revision

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Engineering
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University