Information Hiding in Programming 🛡️

Information hiding is a design principle that separates changing parts of a program from stable parts to improve modularity and maintainability.

Information Hiding in Programming 🛡️
Audiopedia
2.8K views • Nov 22, 2015
Information Hiding in Programming 🛡️

About this video

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. The protection involves providing a stable interface which protects the remainder of the program from the implementation.
Written another way, information hiding is the ability to prevent certain aspects of a class or software component from being accessible to its clients, using either programming language features or an explicit exporting policy.


This video is targeted to blind users.

Attribution:
Article text available under CC-BY-SA
Creative Commons image source in video

Video Information

Views

2.8K

Likes

9

Duration

8:34

Published

Nov 22, 2015

User Reviews

3.9
(2)
Rate:

Related Trending Topics

LIVE TRENDS

Related trending topics. Click any trend to explore more videos.

Trending Now