Answer Posted / rajashree
A type of programming in which programmers define not only
the data type of a data structure, but also the types of
operations (functions) that can be applied to the data
structure. In this way, the data structure becomes an
object that includes both data and functions. In addition,
programmers can create relationships between one object and
another. For example, objects can inherit characteristics
from other objects.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the impact of declaring a method as final?
Explain the difference between a Thread and a Process.
Is the empty set a singleton?
Is set ordered?
Explain a situation where finally block will not be executed?
Enlist diffrent types of inheritance supported by java?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
Can we have a method name same as class name in java?
Define inheritance with reference to java.
How strings are created in java?
What is meant by vector class, dictionary class, hash table class, and property class?
What is the private method modifier?
When can an object reference be cast to an interface reference in java programming?
Can a final variable be initialized in constructor?
What is rmi and steps involved in developing an rmi object?