What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / pankaj singh rawat
oops is mainly used for abstraction of data .it enhances the
reusability and easy to maintain the code. It uses objects
for everything which gives better understanding about large
projects to new programmer onto that project.
It uses the encapsulation,inheritance,polymorphism to achive
this goal.
while procedure oriented language is related to procedure in
which a large program have sub-program called procedure or
functions. Benefit is that a global data can be share by
every other function . don't need to define again and
again.Drawback is that data value can be change by any other
function without informing other functions.
Main drawback of this type of programming is that its very
complex to understand large modified programs to new
programmer.
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is interface in oop?
What is an example of genetic polymorphism?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What are the benefits of interface?
Why polymorphism is used in oops?
How Do you Code Composition and Aggregation in C++ ?
Can we define a class within the interface?
#include
2. Give the different notations for the class.\
Are polymorphisms mutations?
What are the features of oop?
What is overloading in oop?
What is encapsulation in oops?
What is inheritance write a program to show use of inheritance?
What are oops functions?