kesi
Answered On : 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.
Login to rate this answer.
we can resuse the code in object oriented language. we can handle errors properly.
everything relates to real world objects.
Login to rate this answer.