Networking, Programming and Graphics Tutorials

Encapsulation - C++ [1/1]

Type:
Encapsulation - C++
Level: Intermediate Networking, Programming and Graphics Tutorials Networking, Programming and Graphics Tutorials 
Encapsulation - C++
Date: 2006-Dec-08
Encapsulation - C++
Visited: 1733 times
Encapsulation - C++
Rating: Encapsulation - C++
Encapsulation - C++
Author: Alex Plumpton

Encapsulation is the mechanism that binds together code and data, and keeps both safe from outside interference or misuse.

1. Both data and member functions treated as single unit
2. Abstract focuses on behavior of object, encapsulation focuses on actual implementation
3. Encapsulation achieved through data hiding
4. For abstractions to work, implementations must be encapsulated.

Rate this tutorial:                    
Networking, Programming and Graphics Tutorials - Encapsulation - C++ [1/1] - Networking, Programming and Graphics Tutorials

Need a specific tutorial? Do not hesitate and submit a request!
Related Tags: use of encapsulation in c++  encapsulation in c++ + example  encapsulation in C++ :pdf  example of encapsulation in c++  Encapsulation in C++  encapsulation in c++  encapsulation/C++  Encapsulation in C++  encapsulation c++  encapsulation c++ example