What is Object-oriented means? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is Object-oriented means?

4th Sep 2016, 5:41 AM
mohammed Fakhereldinn
mohammed Fakhereldinn - avatar
9 Answers
+ 2
object oriented languages consists of classes , inheritance,polymorphism,abstract classes, virtual functions, GUIs and lot more
4th Sep 2016, 6:29 AM
Suhail Pappu
Suhail Pappu - avatar
+ 2
insteas of coding just in one page(class) a 100 lines u can use classes to code and call them or execute them with help of calling objects which is much easier
4th Sep 2016, 6:36 AM
Suhail Pappu
Suhail Pappu - avatar
+ 1
Object-oriented programing is aproach, where your code is not processing line by line (procedural programing), but instead of that you create objects (atributes and methods of object is define in Class) and via these objects you create algorithm, which is not processing line by line, but based on objects' relations.
4th Sep 2016, 8:55 AM
cross
4th Sep 2016, 5:12 PM
Sameer Kulkarni
Sameer Kulkarni - avatar
0
Thank you bro
4th Sep 2016, 6:32 AM
mohammed Fakhereldinn
mohammed Fakhereldinn - avatar
0
And what is class exactly mean?
4th Sep 2016, 6:33 AM
mohammed Fakhereldinn
mohammed Fakhereldinn - avatar
0
Thanks bro @cross now I got it
4th Sep 2016, 8:58 AM
mohammed Fakhereldinn
mohammed Fakhereldinn - avatar
0
write ur code based on an obj e.g.--pen create ur own obj called = new pen and give it what ever attributes u like eg--color
4th Sep 2016, 10:58 AM
belinda
0
Thanks bro @sameer
4th Sep 2016, 5:15 PM
mohammed Fakhereldinn
mohammed Fakhereldinn - avatar