What is the advanced version of oops | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

What is the advanced version of oops

6th Jul 2018, 11:53 AM
E.naraharireddy
E.naraharireddy - avatar
4 ответов
+ 4
...OOPS? Object-oriented doesn't really have levels of advancement. It's just a way of programming.
6th Jul 2018, 12:24 PM
LunarCoffee
LunarCoffee - avatar
+ 1
after c we have java which is using oops like so is there any other method
6th Jul 2018, 12:30 PM
E.naraharireddy
E.naraharireddy - avatar
0
OOP is the way you look at the stuff. It means everything is treated as objects, such as in the real world. Those Objects have Attributes.
6th Jul 2018, 3:23 PM
Jonas Schröter
Jonas Schröter - avatar
0
Other paradigms? C - imperative Java - Object-oriented Haskell - Functional There are a lot more but I can't remember them off the top of my head.
6th Jul 2018, 5:27 PM
LunarCoffee
LunarCoffee - avatar