Computer Science, asked by zeem5572, 1 year ago

List three features that make an important characteristic of OOP.

Answers

Answered by MemonMahin
0

Objects.

Classes.

Data Abstraction.

Encapsulation.

Inheritance.

Polymorphism.

Dynamic Binding.

Message Passing.

Answered by simimhatre16
1

Characteristics of Object Oriented programming language - oops

Encapsulation – Encapsulation is capturing data and keeping it safely and securely from outside interfaces.

Inheritance- This is the process by which a class can be derived from a base class with all features of base class and some of its own. ...

Polymorphism- This is the ability to exist in various forms

Similar questions