Answer Posted / taher
Java is not purely Object Oriented Programming language
since it does not support the concept naming "Multiple
Inheritance".And other reason we can say is it still uses
data types like int,float,long etc.. with out creating objects.
These are the obvious reasons with which we can say it is
not "Purely Object Oriented Language" but "Strictly Object
Oriented Language" since it is supporting max of the concepts.
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What is debug class?what is trace class? What differences are between them? With examples.
What is multilevel inheritance explain with example?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
to find out the minimum of two integer number of two different classes using friend function
What is object in oop with example?
What are the benefits of polymorphism?
Which type does string inherit from?
Why do pointers exist?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is abstraction with example?
what are the ways in which a constructors can be called?
What is encapsulation in oop?
What is protected in oop?
What is the main purpose of inheritance law?
Why is polymorphism used?