0

What do you mean by "object oriented"

5th Apr 2019, 4:59 AM
Suraj Das
Suraj Das - avatar
4 Answers
+ 15
In order for a programming language to be 'object-oriented', it has to enable working with 'classes' and 'objects' as well as the implementation and use of the fundamental object-oriented principles and concepts: inheritance, abstraction, encapsulation and polymorphism.
5th Apr 2019, 3:23 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 3
Object oriented basically means dependent on object.
5th Apr 2019, 5:18 AM
Arushi Singhania
Arushi Singhania - avatar
+ 3
You can use the Solllearn app. Go to “Learn" and use search bar on top of page. Search for “oop”. Here a sample you can find. It’s a lesson for java, principle is nearly the same in most languages. Implementstion and using is different in each language. https://www.sololearn.com/learn/Java/2151/
5th Apr 2019, 9:43 AM
Lothar
Lothar - avatar
5th Apr 2019, 2:12 PM
Gordon
Gordon - avatar