0
Can you please explain what is 'Object Oriented Programming Language'
5 Antworten
+ 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
+ 5
Shiraz Muhammed Tag your programming language while posting Questions
+ 4
Shiraz Muhammed I knw . Read this lesson and associated comments :https://www.sololearn.com/learn/Java/2151/?ref=app
+ 2
Alphin K Sajan Oops is a concept used in every programming language