DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED
PROGRAMING.
Answer Posted / abhi
Procedure Oriented Programming
 Importance is given to the sequence of things to be
done i.e. algorithms
 larger programs are divided into functions
 most functions share global data i.e data move
freely around the system from function to function.
 there is no access specifier
 operator cannot be overloaded
 follows top to bottom approach
 Inheritence is not supported
Object Oriented Programming
 Importance is given to the data.
 larger programs are divided into objects
 mostly the data is private and only functions
inside the object can access the data.
 there are public, private and protected specifier.
 operator can be overloaded
 follows bottom to top approach
 Inheritence is supported
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is new keyword in oops?
What is the real life example of polymorphism?
What is destructor give example?
What do you mean by Encapsulation?
What is encapsulation selenium?
What is encapsulation in oop?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is the fundamental idea of oop?
class type to basic type conversion
What is object and example?
What are the 4 main oop principles?
Why is polymorphism needed?
What is abstraction in oops with example?
What is the purpose of polymorphism?
Explain the advantages of inheritance.