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 does i ++ mean in Java?
what is the difference between a threads start() and run() methods? : Java thread
Give us the name of the list layoutmanagers in java?
What is the new line character?
What are teh sub-classes of a component class?
What is your platform’s default character encoding?
Does constructor creates the object ?
Hi am an mca graduate . i have done bsc maths in my degree . every company asks me why you make shift from maths group to computere field . What i need to answer?
What is the static variable?
What is a data structure java?
System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...
What is immutable class? how to make a Class explicitly "Immutable"?Wap to make a class explicitly immutable.