Object Orient Programming

Object Orient Programming

12th Grade

6 Qs

quiz-placeholder

Similar activities

Dastan - Part 3

Dastan - Part 3

12th Grade

10 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

11 Qs

Quarter 4 - LQ1 (Oracle Prog)

Quarter 4 - LQ1 (Oracle Prog)

12th Grade

10 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

8 Qs

L2W3

L2W3

12th Grade

11 Qs

Programming Terminology

Programming Terminology

12th Grade

10 Qs

AQA - Unit 7 - OOP

AQA - Unit 7 - OOP

11th - 12th Grade

10 Qs

Object Oriented Programming Quizizz

Object Oriented Programming Quizizz

10th Grade - University

11 Qs

Object Orient Programming

Object Orient Programming

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Phyllis Francois

Used 10+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Inheritance path is created in...

Hybrid Inheritance

Multiple Inheritance

Single Inheritance

Multilevel Inheritance

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The technique of building new classes from existing classes is called

Constructor

Inheritance

Overloading

Polymorphism

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following concepts of OOP means existing only necessary for information to clients.

Encapsulation

Data binding

Abstraction

Data hiding

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a class and an object?

A blue print is an object to make a class

An object is a blueprint to make a class

A class is a blueprint to make an object

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Allows objects to take on properties and methods of a superclass and both override the methods and add new methods and properties of its own.

Polymorphism

Inheritance

Instantiation

Encapsulation

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The wrapping up of data and functions into a single unit is called

encapsulation

overriding

object

class