Is Java a pure object oriented language?

Hi,

Is Java a pure object oriented language?

thanks

View Answers

April 10, 2013 at 5:32 PM

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









Related Tutorials/Questions & Answers:
Advertisements