Is java is a fully object object oriented language?
Answer Posted / alok painuly
java is not a fully object oriented programmin language,
its a "Pure object oriented language". Because a fully OOPL
must follwo all the characteristics of Object Oriented like
abstraction,polymorphism,encapsulation,inheritance etc...
But java does not support "Inheritance" property fully.. it
does not support Multiple inheritance,even we have
substitute as implementing Interfaces which allow multiple
inheritance but ist pure not fully..
So JAVA is a "Pure Object Oriented PL"..
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Which class represents the socket that both the client and server use to communicate with each other?
What is the technique adopted to create an immutable class?
What happens if a constructor is declared private?
Can a static method be final?
What is the return type of the main method?
What do you mean by light weight and heavy weight components?
Can we force garbage collector to run ?
Difference between concurrent hashmap and hashtable and collections
How do you convert an int to a double in java?
How will you invoke any external process in java?
What is the difference between an if statement and a switch statement?
What is the java project architecture?
Which class is used by server applications to obtain a port and listen for client requests?
What are abstract methods in java?
Can a private method of a superclass be declared within a subclass?