Computer Science, asked by MercySweetlin, 1 year ago

what are the elements of oop

Answers

Answered by MrTSR
2

Elements of OOP :-

☛ Object

☛ Class

☛ Method

☛ Encapsulation

☛ Information Hiding

☛ Inheritance

☛ Polymorphism

Answered by SohamKundu012
1

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