Four pillars of Object-Oriented Programming (OOP) in java

Four pillars of Object-Oriented Programming (OOP) in java

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Quarter 4 - LQ1 (Oracle Prog)

Quarter 4 - LQ1 (Oracle Prog)

12th Grade

10 Qs

Computer Science Slip test 2

Computer Science Slip test 2

12th Grade

10 Qs

Programming Terminology

Programming Terminology

12th Grade

10 Qs

Grade 9(Intro)

Grade 9(Intro)

9th Grade

7 Qs

AQA - Unit 7 - OOP

AQA - Unit 7 - OOP

11th - 12th Grade

10 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

8 Qs

Review of inheritance & polymorphism

Review of inheritance & polymorphism

12th Grade

6 Qs

Java Inheritance Quiz

Java Inheritance Quiz

11th Grade

10 Qs

Four pillars of Object-Oriented Programming (OOP) in java

Four pillars of Object-Oriented Programming (OOP) in java

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Mohamed Abdelmeguid

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which OOP principle allows a subclass to inherit methods and properties from a superclass while also providing its own specific implementation?

Encapsulation

Polymorphism

Inheritance

Abstraction

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can objects of abstract classes be instantiated?

Yes

No

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which OOP concept refers to the ability of an object to take on different forms?

Inheritance

Interface

Abstract class

Polymorphism

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the term for restricting access to certain details of an object and only revealing what is necessary?

Data hiding

Encapsulation

Inheritance

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to access the method or member variables from the superclass?

this

super

base