0
What are the advantages of using oop language like java instead of c?
3 Réponses
+ 3
Meh, I'm not really comfortable with that word 'user-friendly', but I can say this that humans naturally think in an 'Object Oriented' way, thus it's quite easy to develop code using the same approach.
Above this, OOP naturally provides the following:
- Encapsulation
- Abstraction
- Polymorphism
- Inheritance
and much more which does not come with procedural languages
0
oop is more user friendly
0
It's more user friendly like I said