Object Orient Programming

Object Orient Programming

12th Grade

6 Qs

quiz-placeholder

Similar activities

Inheritance in C++

Inheritance in C++

12th Grade

9 Qs

OOP Terms and Concepts

OOP Terms and Concepts

10th Grade - University

10 Qs

Understanding Object-Oriented Programming Concepts (video)

Understanding Object-Oriented Programming Concepts (video)

12th Grade

11 Qs

Lesson #3 - Inheritance

Lesson #3 - Inheritance

12th Grade

8 Qs

A Level OOP

A Level OOP

12th Grade - University

8 Qs

Recap - OOP

Recap - OOP

12th Grade

11 Qs

OOP Key Terms

OOP Key Terms

12th Grade

7 Qs

QUIZ-I-OBJECT ORIENTED PROGRAMMING WITH C++

QUIZ-I-OBJECT ORIENTED PROGRAMMING WITH C++

10th Grade - University

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