Lesson 12
Object Oriented Programming Conclusion
In this module, the basic concept of encapsulation in C++'s implementation of object-oriented programming.
You learned:
OOP Encapsulation Quiz
You learned:
- 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
Click the Quiz link below to take a multiple-choice quiz covering the topics presented in this module.
OOP Encapsulation Quiz
OOP Encapsulation Quiz