Arjun Kumar
Explain the difference between encapsulation and datahiding ?
By Arjun Kumar in OOP/OOD on Jul 06 2012
  • Pankaj  Kumar Choudhary
    Mar, 2015 31

    data hiding is a technique of hide data from external world and encapsulation provide a way for implementation of desired level of data hiding using access specifiers like private ,public,protected,internal,protected internal

    • 0
  • Ranjit Powar
    Apr, 2014 24

    In encapsulation you encapsulate function and data together in one unit (class). In data hiding you simply hide the data from external world. Only the member function can access the data.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS