Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED
PROGRAMING.

Answer Posted / abhi

Procedure Oriented Programming
&#61656; Importance is given to the sequence of things to be
done i.e. algorithms
&#61656; larger programs are divided into functions
&#61656; most functions share global data i.e data move
freely around the system from function to function.
&#61656; there is no access specifier

&#61656; operator cannot be overloaded

&#61656; follows top to bottom approach

&#61656; Inheritence is not supported
Object Oriented Programming
&#61656; Importance is given to the data.

&#61656; larger programs are divided into objects
&#61656; mostly the data is private and only functions
inside the object can access the data.

&#61656; there are public, private and protected specifier.

&#61656; operator can be overloaded


&#61656; follows bottom to top approach


&#61656; Inheritence is supported

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between inheritance and polymorphism?

1011


write knight tour problem which is present in datastructure

2636


What do you mean by overloading?

1058


Can enum be null?

995


What is the purpose of polymorphism?

1118


What is purpose of inheritance?

1087


Write a program to reverse a string using recursive function?

2323


What is overriding in oop?

1028


What is abstraction oop?

1066


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2447


What is the difference between inheritance and polymorphism?

1090


What is the significance of classes in oop?

1125


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1614


Why is polymorphism used?

1024


What is encapsulation in oops?

994