Header Ads Widget

What is OOP? || Object Oriented Programming Language

 

Object Oriented Programming Language (OOP)

OOP is a programming language which deals with real world. A real world is collection of object which makes the programming language easier to make as well as understandable while making the programs.

It is opposite of POP where the POP follow the up to down approach and OOP follow the bottom to up approach which make the structure of OOP language easier to doing. Example: - C++, JAVA, Python etc…




 

Advantage of OOP

OOP system can be easily to upgrade from small to large system.

Software complexity can be easily managed.

It have feature of inheritance which reduce the code reusability.

OOP program can be easily partition into small work.

 

Disadvantage of OOP

It takes more memory of programs.

It makes the large number of codes in programs while making large software. Due to this sometime perform slow execution.

It can’t implemented everywhere.

Post a Comment

0 Comments