A Level OOP

A Level OOP

12th Grade - University

8 Qs

quiz-placeholder

Similar activities

COMPUTER PROGRAMMING 2- SEATWORK 2- INTRO TO OBJECT OOP

COMPUTER PROGRAMMING 2- SEATWORK 2- INTRO TO OBJECT OOP

University

10 Qs

Dr. S. Uma's Object Oriented Programming Quiz Event 1

Dr. S. Uma's Object Oriented Programming Quiz Event 1

University

10 Qs

Object Oriented Programming

Object Oriented Programming

University

10 Qs

DesignPatterns

DesignPatterns

University

9 Qs

Object Oriented Programming

Object Oriented Programming

11th - 12th Grade

8 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

11 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

8 Qs

L2W3

L2W3

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