Computer Science, asked by FAIZAN4529, 1 year ago

Which of the following is enabled by data abstraction ?(a) Data protection
(b) Data hiding(c) To hide implementation details of method manipulating the data(d) All of these

Answers

Answered by Anonymous
1
Hii

Q:- Which of the following is enabled by data abstraction ?(a) Data protection
(b) Data hiding(c) To hide implementation details of method manipulating the data(d) All of these

Ans:- Data hiding
Answered by edupilot004
1

Answer:

The correct answer is Data Hiding.

Explanation:

Data Hiding is used in software development concept of a object oriented programming(OOP) and it is mainly used in a program for data security.

The process is used for hiding an internal implementation to keep a complicated procedure hidden from a particular user is known as Data Abstraction.

The concept of Data hiding is widely used in programming languages such as c++, Java, Python.

Similar questions