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

What is interface in oop?

664


• What are the desirable attributes for memory managment?

1727


What is overloading and its types?

615


What is abstraction in oop?

633


What is the main purpose of inheritance law?

669






What is and I oop mean?

622


How does polymorphism work?

635


What are the two different types of polymorphism?

672


What is new keyword in oops?

593


What is polymorphism in oops with example?

531


Can abstract class have normal methods?

614


How long to learn object oriented programming?

565


What is the main feature of oop?

620


Why is abstraction used?

608


What is abstract class in oops?

600