what does it mean c# is object-oriented | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what does it mean c# is object-oriented

7th Oct 2016, 11:10 AM
darrykay
2 Answers
+ 5
roughly speaking it means that we the programmer give more importance to objects(i.e. data) than to the logic(algorithm/procedure) of the program with this concept come other concepts like data hiding, data encapsulation, data abstraction, modularity, polymorphism, inheritance, etc
8th Oct 2016, 6:40 AM
Jibin Joseph Cheenkallel
Jibin Joseph Cheenkallel - avatar
+ 1
Object orientation is an idea that is intended to make thinking about programming similar/closer to the real world. So essentially we think of most(if not all) things as objects in terms of programming . For more details visit the microsoft c# page.
7th Oct 2016, 4:25 PM
Ousmane Diaw