Answer Posted / rajashekar reddy
Yes, java is purely Object Oriented Language,
someone says that Java is partially OOL because datatypes are
declared without creating object But my question is without creating object how can we access these data types.
We can declare any data type within the method or within the class only and obviously every method is written inside the
class only.
Every class is an Blueprint of that particular object.
My conclusion is Java is purely Object Oriented Language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is destructor example?
write a C++ program for booking using constructor and destructor.
Which method cannot be overridden?
What is polymorphism programming?
What does it mean when someone says I oop?
What is multilevel inheritance explain with example?
How do you use inheritance in unity?
What is the difference between static polymorphism and dynamic polymorphism?
What is class and object in oops?
Can we override main method?
Can private class be inherited?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is cohesion in oop?
Why do we use inheritance?
What is interface? When and where is it used?