why oops need in programming
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
What is nutshell in programming language?
1 Answers Satyam, Tech Mahindra,
What is polymorphism and its types?
What normal C constructs work differently in C++?
why overriding?
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
what is an qt4 interface?
why to use operator overloading
What is property in oops?
is there any choice in opting subjects like 4 out of 7
What is inheritance and how many types of inheritance?
How is exception handling carried out in c++?
What is class and object in oops?