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 encapsulation in c++?



What is encapsulation in c++?..

Answer / nashiinformaticssolutions

An object-oriented programming concept called encapsulation unifies functions and data into a single entity. This is a crucial step in the data hiding process that shields data from outside intervention. Classes and access modifiers are used in the implementation of encapsulation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Explain polymorphism?

0 Answers  


How the virtual functions maintain the call up?

0 Answers  


What is the difference between = and == in C?

20 Answers   Christ University, Intel,


Which programming language is best to learn first?

0 Answers  


What is Destructor in C++?

0 Answers  


Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit

2 Answers  


How const int *ourpointer differs from int const *ourpointer?

0 Answers  


When does a 'this' pointer get created?

0 Answers  


What are the different data types present in C++?

4 Answers  


What is the size of a vector?

0 Answers  


Why do we use using namespace std in c++?

0 Answers  


What are virtual functions and what is its use?

1 Answers  


Categories