What is object oriented programming? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

What is object oriented programming?

25th Nov 2016, 6:13 AM
Saksham Jain
Saksham Jain - avatar
2 Respostas
+ 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.
29th Dec 2016, 7:04 AM
rubory
rubory - avatar
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.
25th Nov 2016, 6:15 AM
Akwin Lopez
Akwin Lopez - avatar