0
What is Object-oriented means?
9 Respostas
+ 2
object oriented languages consists of classes , inheritance,polymorphism,abstract classes, virtual functions, GUIs and lot more
+ 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
+ 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.
+ 1
Please refer this: https://en.m.wikipedia.org/wiki/Object-oriented_programming
0
Thank you bro
0
And what is class exactly mean?
0
Thanks bro @cross now I got it
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
0
Thanks bro @sameer