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 the definition of incapsulation

Answers were Sorted based on User's Feedback



what is the definition of incapsulation..

Answer / dipraj shahane

Encapsulation is binding code and data together. In Class we
are binding data (member variable) to code (member function).
Class is implementing encapsulation feature.

Is This Answer Correct ?    8 Yes 0 No

what is the definition of incapsulation..

Answer / arun

Wrapping up of data and methods in to a single entity is known as encapsulation

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More OOPS Interview Questions

write a program which best describes polymorphism in real world?

2 Answers   CTS, Infosys, NexGen,


what is object slicing

3 Answers   TCS,


Why it is called runtime polymorphism?

0 Answers  


What is polymorphism explain its types?

0 Answers  


Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?

3 Answers  


Which is better struts or spring?

0 Answers  


How is exception handling carried out in c++?

3 Answers  


4. What do you mean by a prototype? Define analysis prototype

1 Answers  


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

0 Answers   Wipro,


Definition of Object Oriented Programming in single line?

33 Answers   Impact Systems, Q3 Technologies, TCS,


What is friend function?

12 Answers   Wipro,


//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }

1 Answers  


Categories