Object Oriented Programming

Object Oriented Programming

12th Grade

8 Qs

quiz-placeholder

Similar activities

Introduction to Java

Introduction to Java

8th - 12th Grade

10 Qs

QUIZ-I-OBJECT ORIENTED PROGRAMMING WITH C++

QUIZ-I-OBJECT ORIENTED PROGRAMMING WITH C++

10th Grade - University

10 Qs

Unit Terms 2.3 -2.10

Unit Terms 2.3 -2.10

12th Grade

10 Qs

Robotics quiz 2

Robotics quiz 2

1st - 12th Grade

12 Qs

PE2 Module 3

PE2 Module 3

KG - Professional Development

11 Qs

Object Oriented Programming

Object Oriented Programming

11th - 12th Grade

8 Qs

Lesson #3 - Inheritance

Lesson #3 - Inheritance

12th Grade

8 Qs

Recap - OOP

Recap - OOP

12th Grade

11 Qs

Object Oriented Programming

Object Oriented Programming

Assessment

Quiz

Computers

12th Grade

Medium

Created by

reno renora

Used 239+ times

FREE Resource

8 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Object oriented programming (OOP) is a programming technique that uses “________” to design the applications and computer programs.

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Characteristics of OOP..

Abstraction

Encapsulation

Inheritance

Polymorphism

seriously.. i am not sure with my answer :(

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

________ is wrapping of data into a single unit called class.

Abstraction

Polymorphism

Encapsulation

Inheritance

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________ refers to the act of representing essential details.

Polymorphism

Abstraction

Inheritance

Encapsulation

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________ is the process in which objects of one class can link and share some common properties from the objects of another class.

Abstraction

Inheritance

Polymorphism

Encapsulation

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________ is the process of using a function for more than one purpose. It allows the use of different internal structures of the object by keeping the same external interface.

Inheritance

Polymorphism

Abstraction

Encapsulation

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An _________ is an instance or of a copy of a class.

Class

Object

Attribute

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ________ is blue print that defines certain characteristics and behavior. It is simply a representation of different types of objects.

Class

Object

Attribute

Characteristics