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.
What is difference between object oriented programing language and structure oriented programing?
Answer Question
Click here to Login / Register your free account
Related Answered Questions
Related Open Questions