A Level OOP

A Level OOP

12th Grade - University

8 Qs

quiz-placeholder

Similar activities

OOP

OOP

University

10 Qs

Week 2 - Assessment 2

Week 2 - Assessment 2

University

10 Qs

Unit 08 - Quiz (Part 1)

Unit 08 - Quiz (Part 1)

University

10 Qs

Talent Next Java MCQ-1

Talent Next Java MCQ-1

University

10 Qs

Chapter 1 :  Introduction of OOP

Chapter 1 : Introduction of OOP

University

7 Qs

C# Programming Quiz

C# Programming Quiz

12th Grade

10 Qs

Quiz on OOPs- Day 1 (30-01-2025)

Quiz on OOPs- Day 1 (30-01-2025)

University

10 Qs

Object Oriented Programming

Object Oriented Programming

University

10 Qs

A Level OOP

A Level OOP

Assessment

Quiz

Computers

12th Grade - University

Medium

Created by

Susana Morton

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a part of OOP?

Encapsulation

Multitasking

Polymorphism

Information hiding

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the template of an object called?

Stencil

Class

Object template

Blueprint

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OOP promotes a way of programming that allows programmers to think in terms of

Data

Procedures

Objects

People

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Information Hiding can also be termed as:

Cloaking

Inheritance

Moulding

Encapsulation

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The process by which one object can acquire the properties of another object is:

Inheritance

Encapsulation

Polymorphism

Blueprints

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A big advantage of OOP over traditional programming is:

The objects are all declared private

The ability to reuse classes

The convenience of giving all objects in a project the same name

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Constructors are used to:

Build a GUI

Free memory

Initialize a newly created object

Create a subclass

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Two or more methods with the same name in the same class with different arguments is called:

Method overriding

Method over handling

Method overloading

Method overcompensating