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


Please Help Members By Posting Answers For Below Questions

write a program to find 2 power of a 5digit number with out using big int and exponent ?

2119


What type of loop is a for loop?

852


What is overloading in oops?

824


What language is oop?

768


when to use 'mutable' keyword and when to use 'const cast' in c++

1873


Explain virtual inheritance?

883


How to improve object oriented design skills?

744


What does sksksk mean in text slang?

1821


What is the difference between inheritance and polymorphism?

783


How to hide the base class functionality in Inheritance?

835


What is data binding in oops?

815


What does I oop mean?

819


What is polymorphism what are the different types of polymorphism?

735


Explain the concepts involved in Object Oriented programming.

855


Is data hiding and abstraction same?

758