A Level OOP

A Level OOP

12th Grade - University

8 Qs

quiz-placeholder

Similar activities

Object Oriented Programming

Object Oriented Programming

12th Grade

8 Qs

L2W3

L2W3

12th Grade

11 Qs

Java Quiz 1

Java Quiz 1

University

10 Qs

OOC-1

OOC-1

University

10 Qs

Quiz #2 (Refer to Javatpoint in answering these question)

Quiz #2 (Refer to Javatpoint in answering these question)

University

13 Qs

INTRODUCTION TO OOPS

INTRODUCTION TO OOPS

University

10 Qs

OOP

OOP

9th - 12th Grade

10 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

11 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