Answer Posted / raji
Java is not a pure object oriented language because it
support primitive data types( int,float,double,......). Pure
object oriented language means everything should be declared
in objects. SMALLTALK is an example for a pure object
oriented language.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why it is called runtime polymorphism?
What does I oop mean?
What does <> mean pseudocode?
Which language is not a true object oriented programming language?
what are the different types of qualifier in java?
What is polymorphism in oop example?
What is abstraction in oops?
why reinterpret cast is considered dangerous?
What is multilevel inheritance in oop?
What is encapsulation with real life example?
What is the example of polymorphism?
Why is oop better than procedural?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
#include
What is polymorphism and why is it important?