+ 3
What is the advanced version of oops
4 Respostas
+ 4
...OOPS? Object-oriented doesn't really have levels of advancement. It's just a way of programming.
+ 1
after c we have java which is using oops like so is there any other method
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.
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.