answersLogoWhite

0

Data hiding is used method used in Object-Oriented programing to hide information within computer code

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How data hiding is achieved in java?

Data hiding in the java is achieved through the use of encapsulation.


Which tools are used in robust video data hiding using forbidden zone data hiding?

RA(Repeat Accumulator)


Is data hiding and abstraction are same?

no


What is encapsulation and data hiding in dbms?

ODBMS stands for object oriented database management system. Encapsulation in ODBMS can be defined as binding of data together.


Data hiding in oops?

Possible. More precisely, it is data-protection.


What is data hidding in oop?

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.


Does inheritance aids data hiding?

yes


What is data abstraction and data hiding in oops concepts?

abstraction is show nonessential data to user ,


Is true that hiding columns removes the data from the table?

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.


Is java better than vbnet?

Java is not better than VBNet, nor is VBNet better than Java. Eachone has its advantages and disadvantaged over the other one.


What is forbidden zone data hiding?

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


What is the difference between data hidding and data abstraction?

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.