What is Data Hiding?


Data hiding is a characteristic of object-oriented programming. Because an object can only be associated with data in predefined classes or templates, the object can only "know" about the data it needs to know about. There is no possibility that someone maintaining the code may inadvertently point to or otherwise access the wrong data unintentionally. Thus, all data not required by an object can be said to be "hidden."

Comments

Popular posts from this blog

SQL SERVER noteS......ip notes....

page life cycle in asp.net.......

ASP.Net Page Life Cycle