This is a discussion on why encapsulation is required? within the C and C++ Programming forums, part of the Software Development category; hi, Please tell me why encapsulation is required? Thanks...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| hi, Please tell me why encapsulation is required? Thanks |
|
#2
| |||
| |||
| I believe encapsulation is the most important feature in c++ and all other object oriented languages. Encapsulation can significantly reduce the complexity of your software. You can only publish your public members and keep all the private ones. As long as you do not change the public interface, you are free to change the private implementations. With encapsulation, the coupling among your different modules can be greatly reduced. Thanks a lot, Tim Robson Last edited by arjkhanna : 09-10-2009 at 02:30 AM. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is Clustering required? | nnraja | Server Management | 2 | 05-11-2009 01:56 AM |
| assistance required for image rating script | aryan_passion2 | PHP Programming | 0 | 01-13-2009 10:51 AM |
| How to generate nodes of XML in the required format? | poornima | ASP and ASP.NET Programming | 2 | 02-14-2008 08:17 PM |
| Explain why encapsulation is required? | vigneshgets | C and C++ Programming | 1 | 08-01-2007 02:10 AM |
| Is it required ? | Maneel | Game Development | 4 | 03-14-2007 08:11 PM |
Our Partners |