Answered Questions

  • what is the difference between encapsulation and datahiding.explain with example

    prabhjot kaur

    • May 12th, 2012

    Encapsulation is the wrapping up of data members and data functions into a single unit like classes. here we can control the visibility of data with the help of access specifiers i.e. public,private and protected.
    in data hiding data is totally private we cannot access the data.

    shrimanta

    • Mar 15th, 2012

    Encapsulation is the concept of the datamember. Data Hiding is the Access Specifier.