0
What do you mean by "object oriented"
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.
+ 3
Object oriented basically means dependent on object.
+ 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/
+ 3