Computer Science, asked by donaldmashiloane, 1 year ago

WHAT are four major features in object-oriented programming

Answers

Answered by daniyalimtiaz
4

There are three major features in object-oriented programming: encapsulation, inheritance and polymorphism.

Encapsulation Enforces Modularity. ...

Inheritance Passes "Knowledge" Down. ...

Polymorphism Takes any Shape. ...

OOP Languages.

Answered by SohamKundu012
2

An object oriented programming refers to the type of programming where data and object are given equal importance and data is secured by hiding it .

Features are

1. Inheritance .

2. Data abstraction .

3. Encapsulation .

4. Modularity .

5. Polymorphism .

Similar questions