Data hiding is used method used in Object-Oriented programing to hide information within computer code
Data hiding in the java is achieved through the use of encapsulation.
RA(Repeat Accumulator)
no
ODBMS stands for object oriented database management system. Encapsulation in ODBMS can be defined as binding of data together.
Possible. More precisely, it is data-protection.
Data hiding in OOP refers to the practice of hiding the internal state of an object from the outside world. This is achieved by encapsulating the data within the object and only allowing access to it through specified methods, known as getters and setters. By hiding the data, we protect it from being modified unintentionally and improve the integrity of the object's internal structure.
yes
abstraction is show nonessential data to user ,
Hiding columns in a table does not remove the data from the table; it simply hides the column from view. The data in the hidden columns remains in the table and can be unhidden at any time to display the data.
Java is not better than VBNet, nor is VBNet better than Java. Eachone has its advantages and disadvantaged over the other one.
The method depends on the forbidden zone (FZ) concept, which is defined as the host signal range where no alteration is allowed during data hiding process
Abstraction: Abstraction refers to removal/reduction of irrelevant data or unnecessary data or confidential data from a Class. Data hiding: Data hiding is a feature provided by the abstraction for hiding the data from the class.