Object Orient Programming

Object Orient Programming

12th Grade

6 Qs

quiz-placeholder

Similar activities

Student led python

Student led python

9th - 12th Grade

11 Qs

AP CSA Unit 9 Inheritance - Polymorphism

AP CSA Unit 9 Inheritance - Polymorphism

10th - 12th Grade

5 Qs

Unity Certified Associate Programmer Quiz

Unity Certified Associate Programmer Quiz

12th Grade

10 Qs

Quiz SDLC

Quiz SDLC

9th - 12th Grade

10 Qs

Understanding Object-Oriented Programming Concepts (video)

Understanding Object-Oriented Programming Concepts (video)

12th Grade

11 Qs

Inheritance in C++

Inheritance in C++

12th Grade

9 Qs

OOP Terms and Concepts

OOP Terms and Concepts

10th Grade - University

10 Qs

PBO XII RPL

PBO XII RPL

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