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...

What is OOPS and How it is different from Procedural
Programming ?

Answer Posted / test

OOP is programming which is oriented around objects, thus
taking advantages of encapsulation, polymorphism and
inheritance to increase code reuse and decrease code
mantenance.

In procedural program, programming logic follows certain
procedures and intructions are executed one after another.
In OOP unit of program is object which is nothing but
combination of data and code.

Is This Answer Correct ?    8 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is overloading in oop?

1052


What is abstraction encapsulation?

1202


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4807


write a program that takes input in digits and display the result in words from 1 to 1000

2490


What is balance factor?

1134


Can destructor be overloaded?

1101


Write a program to reverse a string using recursive function?

2415


What is super in oop?

1263


What is class and example?

1268


explain sub-type and sub class? atleast u have differ it into 4 points?

2367


when to use 'mutable' keyword and when to use 'const cast' in c++

2222


What is coupling in oops?

1223


Whats is abstraction in oops?

1143


Can main method override?

1158


What is the highest level of cohesion?

1113