DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED
PROGRAMING.
Answer Posted / aks
Structured Programming : Revolves around Creating
Programming Constructs. One writes the programs and
modifies the data structures with the focus on Algorithms
and Programming Routines. C/Pascal/BASIC are examples of
structured Programming.
OOP: is focussed on creating data structures and writing
Methods to modify them. The focus is on Creation of Data
Structures and providing Methods to modify these values.
eg. C++/Java/
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What does sksksk mean in text slang?
Whats is abstraction in oops?
What is a class oop?
What is the benefit of oop?
Why do we use oop?
Why polymorphism is used in oops?
What is inheritance and how many types of inheritance?
• What are the desirable attributes for memory managment?
What does and I oop mean?
Get me an image implementation program.
What is the problem with multiple inheritance?
How do you achieve runtime polymorphism?
What are the benefits of oop?
what is the drawback of classical methods in oops?
What is the real life example of polymorphism?