Object Orient Programming

Object Orient Programming

12th Grade

6 Qs

quiz-placeholder

Similar activities

Pertanyaan pemantik PBO Kelas XII - 1

Pertanyaan pemantik PBO Kelas XII - 1

12th Grade

10 Qs

Komputer

Komputer

1st Grade - University

11 Qs

PE2 Module 3

PE2 Module 3

9th - 12th Grade

10 Qs

C++ Quiz 1

C++ Quiz 1

11th - 12th Grade

10 Qs

OOP

OOP

9th - 12th Grade

10 Qs

object oriented programming

object oriented programming

11th Grade - University

10 Qs

C# Programming Quiz

C# Programming Quiz

12th Grade

10 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