Hi,
Is Java a pure object oriented language?
thanks
Hi
No, Java is an object oriented programming language but not purely a object oriented language. In OOPs programming model, programs are developed around data rather than actions and logics. In OOPs, every real life object has properties and behavior. which is achieved through the class and object creation.
For more object oriented programming language
Ads