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 is polymorphism needed?
What are different oops concepts?
Why is oop useful?
what type of questions
What does and I oop and sksksk mean?
Templates mean
• What are the desirable attributes for memory managment?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Where You Can Use Interface in your Project
Can a varargs method be overloaded?
Why is abstraction used?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is abstraction and encapsulation?
Is this job good for future? can do this job post grduate student?
What is the advantage of oop over procedural language?