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 are the basic concepts of OOPS in java?
0 Answers Axtria, ITC Indian Tobacco Company,
What is parameter tag and what is its use?
How are this() and super() used with constructors?
Is null == null in java?
What is a J2EE component? List out all the component?
Can interface be private in java?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
How many Java environments are there?
1 Answers Phantom Technologies,
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
Distinguish between a predicate and a function?
What is the difference between the size and capacity of a vector?
What is the function of static in java?