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

Chapter 1. Introduction to OOP Concepts

Chapter 1. Introduction to OOP Concepts

9th - 10th Grade

10 Qs

Pertanyaan pemantik PBO Kelas XII - 1

Pertanyaan pemantik PBO Kelas XII - 1

12th Grade

10 Qs

Java Quiz

Java Quiz

11th Grade

5 Qs

PBO 1 - 20 Juli 2020

PBO 1 - 20 Juli 2020

11th Grade

6 Qs

Introduction to Java

Introduction to Java

8th - 12th Grade

10 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

8 Qs

Object Oriented Programming

Object Oriented Programming

11th - 12th Grade

8 Qs

Object Orient Programming

Object Orient Programming

12th Grade

6 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