Is java is a fully object object oriented language?
Answer Posted / mca parekh
No From My Point Of view I say That Java is Not Fully object Oriented Lang But It's Semi Object object Oriented Lang. Coz
It support Primitive Datatypes Which is not Objects...
And some of U Belive that it not support Operator Overloading that's why it's not OOP Lang. but It's not true coz..
It support Polymorphism by Function overloading but not through Operator Overloading coz through Operator overloading programmer can change the entire Meaning of the Operator so.... Java not Support Operator Overloading..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the history of java?
What is == mean?
What is an accessor?
Can you make a constructor final?
What is the basic concept of java?
What is multithreading and its advantages?
how to write a server program and sending the mails to the server using smtp protocol please help me
Can long be null in java?
What is string syntax?
Which class is the superclass of all classes?
What is break and continue statement?
Explain about the interpreter in java?
What is a qms manual?
Explain the transient field modifier?
why would you use a synchronized block vs. Synchronized method? : Java thread