OOPortal
J2EEOnline RationalDB
prev next prev next
Course navigation
Lesson 12
Object Oriented Programming Conclusion
In this module, the basic concept of encapsulation in C++'s implementation of object-oriented programming.
You learned:
  1. Why encapsulation is central to object-oriented programming
  2. What classes and objects are
  3. How to write member functions as part of an abstract data type
  4. How to limit access to an ADT's member data and functions
  5. How a class differs from a struct
OOP Encapsulation Quiz
Click the Quiz link below to take a multiple-choice quiz covering the topics presented in this module.
OOP Encapsulation Quiz
Course navigation