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 is polymorphism programming?
how to get the oracle certification? send me the answer
How do you achieve polymorphism?
What is the point of polymorphism?
What are the two different types of polymorphism?
What is overloading in oop?
What is the difference between abstraction and polymorphism?
What is persistence in oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why is oop useful?
What is the example of polymorphism?
What is object in oops?
What is the purpose of polymorphism?
How oops is better than procedural?
What is the important feature of inheritance?