why oops need in programming

Answers were Sorted based on User's Feedback



why oops need in programming..

Answer / anju

OOP represents the real life concepts such as inheritence,
encapsulation etc. and in order to channelize the real time
concepts in programming terms and language, OOP is
inculcated.

Is This Answer Correct ?    31 Yes 7 No

why oops need in programming..

Answer / asif khan

the major reason behind of that is OOPS provide the manupulation of data ,hides the data,security,provide reusing the defined the code without rewriting them.....

Is This Answer Correct ?    7 Yes 1 No

why oops need in programming..

Answer / vijay varadharajan

Implementing OOPs programming gives us flexibility, code re-usability and most importantly security. These are the major three reasons we go for OOPs programming.

Is This Answer Correct ?    4 Yes 4 No

why oops need in programming..

Answer / pradeep pal

The data is very important for any program in a language.
Therefore, to provide the security to data is very important.

OOPs is the concept, we can secure the data, so that no one can access directly to the data without prior notification.

Is This Answer Correct ?    0 Yes 2 No

why oops need in programming..

Answer / hiren

oops need in programing coz of user doesn't want to use any
code to other user like that encapsulation, inheritance,
abstraction etc. so, that oop need in programing.

Is This Answer Correct ?    10 Yes 13 No

why oops need in programming..

Answer / yesudass moses

actually oops is used to boost up the reusability of the code...
For eg. If we create a database row deletion class, we can
inherit and use it to any master...

Is This Answer Correct ?    4 Yes 7 No

why oops need in programming..

Answer / baburam

oops is a methodlogy of java for building the software
application and it allocates reallife object,the real life
concept included the oops for programming terms nd lnguage.

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More OOPS Interview Questions

INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

0 Answers  


in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C

1 Answers   IonIdea,


20% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?

5 Answers   IonIdea,


monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?

13 Answers   IonIdea,


What is abstraction and encapsulation?

0 Answers  






Please tell me the oops concept with detailed answer

9 Answers   EEE,


Can we create object of abstract class?

0 Answers  


Can java compiler skips any statement during compilation time?

0 Answers  


Why u change company?

12 Answers   BOB Technologies,


design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }

1 Answers   HSBC,


how to find the correct email address format by using the programe?

1 Answers   Accenture,


Which language is not a true object oriented programming language?

0 Answers  


Categories