is java purely oop Language?

Answer Posted / manik

yes.
To be truly considered "object oriented", a programming language should support at a minimum four characteristics:
Encapsulation--implements information hiding and modularity (abstraction)
Polymorphism--the same message sent to different objects results in behavior that's dependent on the nature of the object receiving the message
Inheritance--you define new classes and behavior based on existing classes to obtain code re-use and code organization
Dynamic binding--objects could come from anywhere, possibly across the network. You need to be able to send messages to objects without having to know their specific type at the time you write your code. Dynamic binding provides maximum flexibility while a program is executing
Java meets these requirements nicely, and adds considerable run-time support to make your software development job easier.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

1780


What is polymorphism programming?

605


What is abstract class in oop?

536


What is meant by multiple inheritance?

740


Which is not an object oriented programming language?

544






what's the basic's in dot net

1740


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1149


When not to use object oriented programming?

572


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

1837


What is oops with example?

566


Plese get me a perfect C++ program for railway/airway reservation with all details.

3431


What is abstraction in oops?

589


Can we create object of abstract class?

577


How to use CMutex, CSemaphore in VC++ MFC

4333


What is encapsulation process?

584