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 abstraction in oop with example?

646


What is oops and its features?

587


What is polymorphism what are the different types of polymorphism?

566


What is object and class in oops?

588


Why is polymorphism needed?

599






Why is polymorphism used?

586


How do you use inheritance in unity?

590


Advantage and disadvantage of routing in telecom sector

786


What is the diamond problem in inheritance?

579


How is polymorphism achieved?

585


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

1944


What is variable example?

595


Which language is not a true object oriented programming language?

642


Can we override main method?

607


what is different between oops and c++

2001