Is java is a fully object object oriented language?
Answer Posted / adarsha
JAVA IS "THE" PERFECT OBJECT ORIENTED PROGRAMMING LANGUAGE.
whatever may be the oops concepts which are not supported by
JAVA like multiple inheritance and operator overloading etc
they hav been removed from java just to reduce the complexity.
Main reason i m telling java is OOL because everything in
java can represented in the form of "object" and thats wat
the main objective of object oriented programming language.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is Gang of four design patterns
Can you extend singleton class?
What is ph and buffers?
Can private members of a base class are inheritable justify?
What a static class can contains?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
How define set in java?
What are drawbacks of singleton class?
What is java abstraction with example?
Can a class be final?
What are the Main functions of Java?
What is contractor means and methods?
What is finalize method?
Explain an algorithm to find depth of a binary tree.
How do you convert int to char in java?