Tuesday, November 29, 2011

Why java is not pure object oriented language?

For a pure object oriented language,there should be 6 features available with it.They are:-:Because it contains eight primitive data types,these data types cannot be used as objects.:Since Java is platform independent i.e. can be run in any platform so it is not pure object oriented language.:Yes java is object oriented language,because it supports run time polymorphisms and dynamic binding.As most of the concepts achieve run time polymorphisms and dynamic binding.thus java is object oriented language.: Object oriented paradigm of programming says that everything in a programming world should felt like object mean :- "Abstract and Encapsulated" The paradigm is not completely satisfied by Java. Some of the feature that make such violation are 1. Existence of primitives which are manipulated in ordinary style . :Java is not a fully object oriented language because it does not support multiple inheritance directly.But it does so by using the concept of interfaces.:Because operator overloading does not in java.:Because it doesn&
Category:Java Interview Questions

No comments:

Post a Comment