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
What is polymorphism what is it for and how is it used?
What is the purpose of enum?
Write a program to sort the number with different sorts in one program ??
What are two types of polymorphism?
What is object in oop with example?
What is destructor example?
What is destructor give example?
What is the difference between static polymorphism and dynamic polymorphism?
What is constructor overloading in oop?
What is abstract class in oop?
How do you define social class?
what is the sylabus for priliminaries?
What is interface in oop?
What is abstraction in oops with example?
What is data binding in oops?