DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED
PROGRAMING.

Answer Posted / rajeshwar raja

Structure Programming : Approaches the problem in "TOP-DOWN"
fashion.

Object Oriented Programming : Approaches the problem in
"BOTTOM-UP" fashion.

Is This Answer Correct ?    9 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is polymorphism used?

586


can we make game by using c

3424


what type of question are asked in thoughtworks pair programming round ?

1762


What is coupling in oops?

598


What is ambiguity in inheritance?

625






What is difference between pop and oop?

609


What is this pointer in oop?

557


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1458


What is the problem with multiple inheritance?

586


What is polymorphism explain?

691


What is polymorphism in oops?

558


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3838


What is encapsulation example?

549


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2036


Can a varargs method be overloaded?

617