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
How do you use inheritance in unity?
What are the three parts of a simple empty class?
What is overloading in oops?
Who invented oop?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is static modifier?
What is the fundamental idea of oop?
#include
What is interface in oop?
What is for loop and its syntax?
What is stream in oop?
What is protected in oop?
What is the oops and benefits of oops programming?
Write a c++ program to display pass and fail for three student using static member function
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)