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 |
What is the point of java?
What is abstraction in java?
0 Answers Akamai Technologies,
How do you sort data in java?
What are conditionals and its types?
Can we use a switch statement with strings?
What is the full name of java?
What are the differences between throw and throws?
Can you call a method in a method?
what is an objects lock and which objects have locks? : Java thread
What data type is string java?
where singleton classes are used in j2ee web application.can we use it for connection pooling.
What is a double vs float?