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
How do you achieve polymorphism?
What is encapsulation in ict?
Which method cannot be overridden?
What is polymorphism oop?
What are constructors in oop?
Can we define a class within the interface?
Why is there no multiple inheritance?
What is class and object with example?
What is oops?what is its use in software engineering?
What is variable example?
Whats oop mean?
What is balance factor?
What is polymorphism in oop example?
Explain the advantages of inheritance.
What does and I oop mean in text?