Object Orient Programming

Object Orient Programming

12th Grade

6 Qs

quiz-placeholder

Similar activities

Objects, Classes, and Methods Terminology

Objects, Classes, and Methods Terminology

5th - 12th Grade

11 Qs

Object-Oriented Programming (OOP) in Python 3 Quiz

Object-Oriented Programming (OOP) in Python 3 Quiz

12th Grade

10 Qs

Ruby Programming Quiz

Ruby Programming Quiz

12th Grade

10 Qs

Inheritance

Inheritance

12th Grade

8 Qs

OOP

OOP

9th - 12th Grade

10 Qs

object oriented programming

object oriented programming

11th Grade - University

10 Qs

C++ Quiz 1

C++ Quiz 1

11th - 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