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
What is oops concept with example?
What are the three main types of variables?
What is inheritance write a program to show use of inheritance?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is destructor example?
Why is polymorphism used?
What is property in oops?
What makes a language oop?
Why do we use encapsulation in oops?
what are the realtime excercises in C++?
What is class and object with example?
What are benefits of oop?
write a program that takes input in digits and display the result in words from 1 to 1000
when to use 'mutable' keyword and when to use 'const cast' in c++
What does sksksk mean in text slang?