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
Why interface is used?
What is object in oop?
What is object in oop with example?
What are the 4 main oop principles?
How do you explain polymorphism?
What is difference between polymorphism and inheritance?
What are oops methods?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is interface? When and where is it used?
What is inheritance write a program to show use of inheritance?
What are objects in oop?
write a C++ program for booking using constructor and destructor.
What is polymorphism in oops with example?
What do you mean by variable?
What is polymorphism and example?