
37. OCR A Level (H446) SLR7 – 1.2 Object-oriented languages part

Quiz
•
Computers
•
11th Grade
•
Easy

James Cole
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary mechanism provided by OOP for allowing a class to acquire the properties and methods of another class?
Encapsulation
Abstraction
Inheritance
Polymorphism
Answer explanation
Inheritance is the primary mechanism in OOP for a class to acquire properties and methods from another class.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many methods are associated with every object created from the generic light bulb class?
Four
Six
Ten
Eight
Answer explanation
Every object created from the generic light bulb class has eight methods associated with it, making the correct answer choice 'Eight'.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What term is used to refer to the original class from which a new class inherits properties in OOP?
Subclass
Derived class
Superclass
Child class
Answer explanation
The term used to refer to the original class from which a new class inherits properties in OOP is 'Superclass'.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What additional attribute might an 'Employee' class, which inherits from the 'Person' class, include?
Date of Birth
Height
National Insurance Number
Favorite Color
Answer explanation
An 'Employee' class might include the 'National Insurance Number' attribute as it is often required for employment purposes and distinguishes an employee from a person.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many attributes does an hourly paid employee object have, considering inheritance from 'Person' and 'Employee' classes?
Three
Four
Two
Five
Answer explanation
The hourly paid employee object has four attributes due to inheritance from 'Person' and 'Employee' classes, which contribute to the total count.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens when a subclass defines a method that has the same name as a method in its superclass?
The subclass method is ignored
The subclass method overrides the superclass method
The program crashes
The superclass method is automatically deleted
Answer explanation
When a subclass defines a method with the same name as a method in its superclass, the subclass method overrides the superclass method, allowing the subclass to provide its own implementation.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What keyword is used to access a method from the original superclass when it has been overridden in a subclass?
parent
super
base
original
Answer explanation
The keyword 'super' is used to access a method from the original superclass when it has been overridden in a subclass.
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python Generators

Quiz
•
10th Grade - University
10 questions
Creative tech summative exam

Quiz
•
9th - 12th Grade
20 questions
Kuis tentang Polimorfisme dalam Pemrograman

Quiz
•
11th Grade
10 questions
IDs and Classes

Quiz
•
9th - 12th Grade
11 questions
Computer Lab Safety

Quiz
•
9th - 12th Grade
20 questions
21-22 Computer Lab Safety Exam

Quiz
•
6th - 12th Grade
20 questions
APCSA Arrays

Quiz
•
9th - 12th Grade
19 questions
Unit 9 CSA

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade