Can you please explain what is 'Object Oriented Programming Language' | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Can you please explain what is 'Object Oriented Programming Language'

30th Dec 2020, 11:08 AM
Shiraz Muhammed
Shiraz Muhammed - avatar
4 Respuestas
+ 6
Functional programming: We have lots of functions! And we can stick em together to do amazing things. Anybody can use our functions. OOP: We have classes (objects)! Each object can do its own thing with its special methods. Objects can do the same things, but OOP is more for customization. Make a class or use an existing class and make a subclass stemming from the original. All the methods and attributes from the parent object are passed to the child. You can then customize the child while not messing with the parent
30th Dec 2020, 11:16 AM
Slick
Slick - avatar
+ 5
Shiraz Muhammed Tag your programming language while posting Questions
30th Dec 2020, 12:32 PM
Alphin K Sajan
Alphin K Sajan - avatar
+ 4
Shiraz Muhammed I knw . Read this lesson and associated comments :https://www.sololearn.com/learn/Java/2151/?ref=app
30th Dec 2020, 3:27 PM
Alphin K Sajan
Alphin K Sajan - avatar
+ 2
Alphin K Sajan Oops is a concept used in every programming language
30th Dec 2020, 3:15 PM
Shiraz Muhammed
Shiraz Muhammed - avatar