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

143.what is oops principles?

Answer Posted / ayswarya

Its a Principle in which the programming module must depends
on the object of that class and not the functions.. inter
communication of classes will occur through objects of the
classes only and not directly..
It has 5 properties
1. Class and Object(methods and data members in class and
objects meant for using those methods and data members)
s. Encapsulation and Abstraction (Data Hiding and wrapping
concept)
3. Inheritance (Software re-usability- use of existing code
in our new project)
4. Polymorphism (different functions taking different
forms(values) at different situations)
5. Data Binding

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different oops concepts?

1113


What does it mean when someone says I oop?

1122


write a program to find 2^n+1 ?

2126


any one please tell me the purpose of operator overloading

2444


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

5049


Explain virtual inheritance?

1255


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

2360


What is coupling in oops?

1220


Can destructor be overloaded?

1096


What is oops with example?

1101


Why multiple inheritance is not possible?

1120


What is the difference between static polymorphism and dynamic polymorphism?

1136


Can you inherit a private class?

1142


Can we have inheritance without polymorphism?

1077


How Do you Code Composition and Aggregation in C++ ?

25611