What is difference between object oriented programing language and structure oriented programing?

Showing Answers 1 - 6 of 6 Answers

kesi

  • Feb 26th, 2007
 



Object Oriented Programming :  It means, which follows object oriented concepts that is object oriented programming for example : c++, java

and also c++ is not complete objected oriented. But java is pure objected oriented programming.

object oriented programming is bottom up approach.

program works based on object.

object is nothing set of members and methods.

Structure Oriented Programming : it means, which follows and structure ( function ) oriented concepts, a program which follows a procedure ( or a structure ) is called structure oriented programming for example : c lang

Structure Oriented Programming is top down approach.

program works based on functions.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions