Can you please explain what is 'Object Oriented Programming Language' | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

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

30th Dec 2020, 11:08 AM
Shiraz Muhammed
Shiraz Muhammed - avatar
5 Answers
+ 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
+ 5
there are two types of programming languages 1.OOPL - Object Oriented Programming language C++, Java, Python, JavaScript etc 2.POP - Procedure Oriented Programming language C, PASCAL, FORTRAN, ADA etc
1st Jan 2021, 10:24 AM
Aysha
Aysha - 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