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 are three tenets of object orinted Systems?Why they
call like that ?
Please answer me.
Advance thanks.

Answer Posted / santosh mundhe

Encapsulation, Polymorphism, and Inheritance these are
three main pillars of oops.

Because by using Encapsulation, Polymorphism, and
Inheritance we can achive data security , code
reuseability......

e.g.
Combining different properties together is known as
encapsulation. Means a class with private and public
properties, by making memberfunction private we can
restrict to access it from out side the class it's nothing
but data security.......

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does polymorphism work?

1077


to find out the minimum of two integer number of two different classes using friend function

2075


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

2255


What does and I oop and sksksk mean?

1108


What is oops and its features?

1025


Why we use classes in oop?

977


How to call a non virtual function in the derived class by using base class pointer

6420


What is interface? When and where is it used?

2106


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1810


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

2408


What are the types of abstraction?

995


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

2224


2. Give the different notations for the class.\

2082


What is polymorphism explain its types?

1099


What is polymorphism in oops with example?

972