Answer Posted / mital trivedi
Java is a OOP language and it is not a pure Object Based
Programming Language
There are seven qualities to be satisfied for a programming
language to be pure Object Oriented. They are:
1.Encapsulation/Data Hiding
2.Inheritance
3.Polymorphism
4.Abstraction
5.All predifined types are objects
6.All operations are performed by sending messages to
objects
7.All user defined types are objects.
JAVA is not because it supports Primitive datatype such as
int, byte, long... etc, to be used, which are not objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
c++ program to swap the objects of two different classes
What is the difference between a constructor and a destructor?
What is super in oop?
How is class defined?
can we make game by using c
What are the important components of cohesion?
What is abstract class in oops?
What is for loop and its syntax?
What is the real time example of encapsulation?
Can we override main method?
What is this pointer in oop?
Is oop better than procedural?
Which language is not a true object oriented programming language?
Templates mean
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.