This is a discussion on Explain why encapsulation is required? within the C and C++ Programming forums, part of the Software Development category; Hui can anybody Explain why encapsulation is required?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi buddy, The idea of encapsulation comes from (i) the need to cleanly distinguish between the specification and the implementation of an operation and (ii) the need for modularity. Modularity is necessary to structure complex applications designed and implemented by a team of programmers. It is also necessary as a tool for protection and authorization. There are two views of encapsulation: the programming language view (which is the original view since the concept originated there) and the database adaptation of that view. From the above details, you may get why it is required? For Protection, authorization, information hiding etc... Hope usefull. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to generate nodes of XML in the required format? | poornima | ASP and ASP.NET Programming | 2 | 02-14-2008 09:17 PM |
| MTU Explain | srikumar_l | Networking & Internet Connectivity | 0 | 12-17-2007 08:51 PM |
| Can anyone explain what is XSL ? | kingmaker | XML and SOAP | 3 | 07-21-2007 03:10 AM |
| What are the required components of Windows Server 2003 for installing Exchange 2003? | karunagaran | Server Management | 0 | 07-17-2007 12:21 AM |
| Is it required ? | Maneel | Game Development | 4 | 03-14-2007 09:11 PM |