Write short note on 'Computers in hiding.'
Answers
Answered by
1
In computer science, information hiding is the principle of segregation of the design decisions in a computer program that are most likely to change, thus protecting other parts of the program from extensive modification if the design decision is changed.
Answered by
0
Computers in hiding:
- Computers play an important role in hiding some of the information from clients or users. This method is known as data hiding and is an important feature of OOP i.e. object-oriented programming language.
- Through this feature, you can hide some of the things like design or some pay-out of the coding part so that only the software professionals can access these things and can further optimize any product. For example Car. People only know the specifications of the car but didn’t know internally how different modules work inside the car.
Learn more about Hiding
In what way is data hiding related to data abstraction?
https://brainly.in/question/3019246
What is data hiding in c++??
https://brainly.in/question/1344474
Similar questions