DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED
PROGRAMING.

Answer Posted / renjith m

Structured programming consists of breaking big problems
into smaller problems, then further breaking those into
still smaller problems, and so on, until a level of such
simplicity is reached that the implementation is obvious to
the programmer expected to do the coding. Object-oriented
programming consists of grouping code with the data on
which it operates so that this "object" can function
independently of the rest of the software system.
Structured programming and object-oriented programming are
not mutually exclusive. You can structure the code in an
object, and you can use objects to implement the modules of
code in a structured program.

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the benefit of oop?

567


what is the drawback of classical methods in oops?

2914


Write a program to reverse a string using recursive function?

1788


What is multilevel inheritance in oop?

552


Why do we use encapsulation in oops?

518






What is overloading and its types?

610


Why we use classes in oop?

573


Which method cannot be overridden?

574


What is the full form of oops?

605


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1387


Is data hiding and abstraction same?

565


What is object in oop with example?

690


How is class defined?

580


What are the 4 main oop principles?

675


What are the features of oop?

629