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
Which language is pure oop?
What is oops in simple words?
Get me an image implementation program.
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is an interface in oop?
How do you answer polymorphism?
What is the types of inheritance?
How long to learn object oriented programming?
What is class and object with example?
What is encapsulation example?
What are the types of abstraction?
Is abstract thinking intelligence?
Templates mean
What is the oops and benefits of oops programming?
What is overriding vs overloading?