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 size of integer?
What is the use of singleton class?
How do you differentiate abstract class from interface?
Can classes declared using the abstract keyword cab be instantiated?
What is an object in java and how is it created?
How do you sort a string in alphabetical order in java?
How many bytes is 255 characters?
What is the use of isempty in java?
Why does java not support pointers?
What does singleton mean in java?
What is the difference between variable & constant?
What is foreach loop in java?
What is the difference between a switch statement and an if statement?
What is the use of a conditional inclusion statement in Java ?
What exceptions occur during serialization?