is loading...

Contact Information:

01.

News

What is OOP?

February 25, 2018
Comments (0)
857
What is OOP?

In today's article, we will answer a common question: what is OOP in programming? What lies behind these 3 letters?

What is OOP?

OOP was first implemented in programming languages by extending each of them. Back in ancient times, when there was a strong man named "Basic" and his son "C" was just being born. At the very time when the guys from Oracle were deciding how to use the future Java to control toasters and so on (more details on Wikipedia). It occurred to someone that you can't just assign variables and then initialize all the logic in this way. It was then that control structures began to be created and so on. And later they began to understand that most of the sections of the code have the same logic and it would be nice to apply it in other sections of the code. Thus, an object, a class and, most importantly, inheritance appeared!

Why do we need object-oriented programming in the article: framework or freeshard?

Send comment