why is java not 100% oops?
Answers were Sorted based on User's Feedback
Answer / krishna kulkarni
Java included primitives types, In java we can't use
primitive types directly so we need to use wrapper classes
to convert primitive to object. So java is not purely object
oriented.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / priya
Primitive data types, such as int, char, boolean are not
Objects, which are used by Java. It is why Java is not
a "pure object oriented programming language".
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / vishal
in java,we use pmimitive types values in class so we can not say that java is fully oop.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / manishsoni
"java is pure oriented programming language".
it is said in E_balagursawmi at first chapter ...
how can this possible....
tell me friends...
at monupanhar@yahoo.com
| Is This Answer Correct ? | 0 Yes | 7 No |
Answer / dinesh
in java we dont use the multiple inhritence so it is not the
fully opps
| Is This Answer Correct ? | 1 Yes | 10 No |
how ahstraction is the property of oops,this is also in c and c++ ex. printf function which is also hide the unnecessary data,so what is the difference ? and does c++ fallow the abstraction?
If one class havent the constructor, it has normal method, then can i use super keyword to call the method form the sub class and vice verse?
What is the use of entity class in java?
What is stateless object in java?
What type of parameter passing does java support?
What is the java api?
What is gwt in java?
What are the risks in java security? : java security
Employee has a Passport. here employee is an object and passport is an object, give the class design
What is microservices java?
Can the main method be overloaded?
What is tier in java?