+ 2
What is object oriented programming?
2 Antworten
+ 4
This is a paradigm of programming. Way of writing a program that is different than procedural or functional styles (paradigm). Here you have objects. And for that reason you must build a workshop for them - the place where they are going to be born and develop. As for a factory can produces different cars but under one mark, as the class can produces different objects but with related actions and properties. OOP is much abstract than functional programming and some programmers hate it. But there is a lot of fun in it.
0
Object-oriented programming (OOP) refers to a type of computer programming (software design) in which programmers define not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure.