A Level OOP

A Level OOP

12th Grade - University

8 Qs

quiz-placeholder

Similar activities

OOP intro quizz

OOP intro quizz

University

10 Qs

PT101 - Mobile and Game Platform

PT101 - Mobile and Game Platform

11th Grade - University

12 Qs

Programming Terminology

Programming Terminology

12th Grade

10 Qs

OOP - BASIC 16.12.24

OOP - BASIC 16.12.24

University

10 Qs

MS Core Java Quiz-1 2023

MS Core Java Quiz-1 2023

University

10 Qs

JAVA OOPS

JAVA OOPS

8th - 12th Grade

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

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