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

what is graphics

0 Answers  


Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?

2 Answers   NIIT,


What are the different forms of polymorphism??

8 Answers   Mantaq, NUC, PCS,


Can we have a private constructor ?

12 Answers   HSBC, Ness Technologies, TCS, Wipro,


How can we use the preprocessor #if and #elseif.

2 Answers  






What is Agile methodology?

20 Answers   ABC, Accenture, College School Exams Tests, Inmar, Microsoft, Sapient,


What are the 3 pillars of oop?

0 Answers  


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

2 Answers  


What is memory leak and memory corruption?

1 Answers   TCS,


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

0 Answers  


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }

1 Answers  


What do you mean by abstraction?

0 Answers  


Categories