In this lab, students gain a working knowledge of data hiding, encapsulation and the use of the protected access modifier in Java and C++. The goal of the class is to understand how to secure data in classes and how to make it available to inheriting classes while maintaining proper protection.
public oop private oop-principles encapsulation protected oops-in-python oops-in-java encapsulation-in-cpp encapsulation-in-java
- Updated
Oct 14, 2024 - C++