Computer Science, asked by Spriha23, 1 year ago

Guys I need your help. give me atleast one page information about Object Oriented programming.


Spriha23: guys you can send pics of that pages. it hard to type one page information

Answers

Answered by BrainlyHulk
1
OOPs Concepts

OOP ==> Object Oriented Programming

Basic Concept :-

1) Data Abstraction

It refers to act of representing essential features without including the background details. It is implemented by Data Hiding.

2) Data Encapsulation

Wrupping app of data and its associated functions is called data encapsulation.
It is implemented through data abstraction.

3) Modularity

It is the property of a system that has been decomposed into a set of cohesive and loosely coupled modules.

4) Inheritance

Inheritance is the capability of one class to inherit properties of another class.

5) Polymerization

It is the ability for a message or data to be processed in more than one form. It is implemented through overloading. [ Either it is Function overloading or Operator overloading ]

Spriha23: thanks I need these only..
BrainlyHulk: ☺✌
Similar questions