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
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What type of loop is a for loop?
What is overloading in oops?
What language is oop?
when to use 'mutable' keyword and when to use 'const cast' in c++
Explain virtual inheritance?
How to improve object oriented design skills?
What does sksksk mean in text slang?
What is the difference between inheritance and polymorphism?
How to hide the base class functionality in Inheritance?
What is data binding in oops?
What does I oop mean?
What is polymorphism what are the different types of polymorphism?
Explain the concepts involved in Object Oriented programming.
Is data hiding and abstraction same?