answersLogoWhite

0

What is Data Hiding in VBNET?

Updated: 11/9/2022
User Avatar

Wiki User

11y ago

Best Answer

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

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Data Hiding in VBNET?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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.


What is data abstraction and data hiding in oops concepts?

abstraction is show nonessential data to user ,


Does inheritance aids data hiding?

yes


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 C and Vbnet?

It is just a different coding language, but C is more for business that VBNET


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.