| |
|
This module introduces you to the basic concept of encapsulation in C++.
The following will be discussed:
-
Why encapsulation is central to object-oriented programming
-
What classes and objects are
-
How to write member functions as part of an abstract data type
-
How to limit access to an ADT's member data and functions
-
How a class differs from a struct
At the end of the module, you'll be given the opportunity to take a quiz covering these topics.
|