1
کامپیوتر و شبکه::
کپسولهسازی، اینکپسولیت
Encapsulation
Different parts of an application should use encapsulation to insulate them from other parts of the application.
Proper use of encapsulation helps achieve loose coupling and modularity in application designs, since objects and packages can be replaced with alternative implementations so long as the same interface is maintained.
In classes, encapsulation is achieved by limiting outside access to the class's internal state.
Rather than duplicating logic, encapsulate it in a programming construct.
واژگان شبکه مترجمین ایران