What is OOP?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ershad md sk
OOP is an OBJECT ORIENTED PROGRAMMING LANGUAGE where
everything is treated as Objects in ur problem space
| Is This Answer Correct ? | 3 Yes | 0 No |
How do you calculate roots in java?
What is the main functionality of Prepared Statement?
Keywords in Exceptions?
When finalize method is called?
What is an example of character?
any other way to print the text without using System.out.println() in java?
Can a class be protected in java?
Is this valid in java ? Can we instantiate interface in java?
What is deserialization?
Can a hashset contain duplicates java?
What are identifiers in java?
What is exception propagation?