Is java is a fully object object oriented language?

Answer Posted / varahalaraju penmetsa

y do u say java is not pure OO Lang?

primitive datatyeps --> we can convert the primitive types
into wrapper types and they are 100% oo objects

Multiple Inheritance --> java does not support it, any way
we can achieve multiple inheritance using Interfaces and it
is 100% oo concept

abstract classes --> yes we cannot create objects for these
classes but by using these classes we are providing an
opportunity to other class to make an inheritance
relationship and Inheritance is 100% OO concept

and java supports method overloading and overriding for
polymorphic effect so java is 100% pure OO language

cheers,

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?

799


What are the restriction imposed on a static method or a static block of code?

789


how to create multithreaded program? Explain different ways of using thread? : Java thread

724


how we can make a write-only class in java?

741


What is default exception handling in java?

752


What are generic methods?

718


Is it possible to specify multiple jndi names when deploying an ejb?

745


What is nextint java?

727


What do you mean by order of precedence and associativity?

723


Explain about fail safe iterators in java?

756


What is the importance of main method in Java?

773


How destructors are defined in java?

870


What is the difference between JDBC 1.0 and JDBC 2.0?

2889


I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?

773


Is multiple inheritance supported by java?

678