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
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is the use of oops?
What are main features of oop?
What is a superclass in oop?
How do you explain polymorphism?
What is coupling in oop?
what are the realtime excercises in C++?
What are classes oop?
Why it is called runtime polymorphism?
How can you overcome the diamond problem in inheritance?
What are the three main types of variables?
Whats is abstraction in oops?
What are the advantages of polymorphism?
c++ program to swap the objects of two different classes
What are different oops concepts?