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 are the 6 mandatory procedures for iso 9001?
What if I write static public void instead of public static void in java?
How does java pattern compile work?
What is array length?
What does you mean in math?
What is internal iteration in java se 8?
What is arraylist class in java?
How destructors are defined in java?
What is output buffer?
Does constructor be static?
Tell some latest versions in JAVA related areas?
What is the use of coding?
For class CFoo { }; what default methods will the compiler generate for you>?
Explain how hashmap works?
What is pangram in java?