Object Oriented Programming

Object Oriented Programming

12th Grade

8 Qs

quiz-placeholder

Similar activities

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 Orient Programming

Object Orient Programming

12th Grade

6 Qs

Pertanyaan pemantik PBO Kelas XII - 1

Pertanyaan pemantik PBO Kelas XII - 1

12th Grade

10 Qs

C++

C++

11th - 12th Grade

10 Qs

Komputer

Komputer

1st Grade - University

11 Qs

Mini Assessment - OOP

Mini Assessment - OOP

12th Grade

11 Qs

L2W3

L2W3

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