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 multithreading and its advantages?
What is the synchronized method modifier?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
What is classpath?
Explain the term virtual machine?
What is the use of toarray () in java?
Is java based on c?
What are JVM.JRE, J2EE, JNI?
Tell us something about different types of casting?
What is a conditional statement explain with example?
What is meant by tab pans?
How does linkedhashmap work in java?
what is synchronization and why is it important? : Java thread
What are abstract classes and anonymous classes?
How to perform selection sort in java?