What is the most important thing in an Object Oriented programming language ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

What is the most important thing in an Object Oriented programming language ?

I just wanted to know what's according to you is the most important topic one must know complete in any Object Oriented programming language.

2nd May 2018, 4:08 AM
Akash Pal
Akash Pal - avatar
6 Answers
+ 4
The concept of abstraction is probably the most important thing. Making things much more general helps to see how we can layer the program. It also helps for maintainability as it's easier to troubleshoot from general to specific than it is to sift through loads of specifics to find an issue.
2nd May 2018, 6:57 AM
Josh Schweigert
Josh Schweigert - avatar
+ 3
What Josh said. And proper encapsulation.
2nd May 2018, 9:29 AM
cyk
cyk - avatar
+ 1
According to me. the most important thing in object oriented programming is that how to create classes and Objects.
2nd May 2018, 4:39 AM
Ujjwal Kumar
Ujjwal Kumar - avatar
+ 1
I think that the power of OOP is polymorphism
2nd May 2018, 11:19 AM
Zayzou
Zayzou - avatar
0
nothing ruby sucks
3rd May 2018, 1:02 PM
Feras Harb
Feras Harb - avatar
0
encapsulacion , polimorfismo y herencia son cosas importante en POO
10th May 2018, 1:32 PM
Miguel Pantigoso
Miguel Pantigoso - avatar