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

why oops need in programming

Answer Posted / yesudass moses

actually oops is used to boost up the reusability of the code...
For eg. If we create a database row deletion class, we can
inherit and use it to any master...

Is This Answer Correct ?    4 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What causes polymorphism?

1139


What is a class oop?

1012


What is difference between inheritance and polymorphism?

1030


Why is oop better than procedural?

1084


What is class encapsulation?

1099


Why do we use class?

1094


Templates mean

2088


what is the drawback of classical methods in oops?

3382


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2289


How do you achieve runtime polymorphism?

1051


Why multiple inheritance is not allowed?

1161


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

4752


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6681


Can we override main method?

1205


What is meant by multiple inheritance?

1266