Skip to main content

4 docs tagged with "encapsulation"

View all tags

Access Modifiers

Complete guide to public, private, and protected access modifiers in C++, encapsulation, friend functions, and best practices.

Attributes

Deep dive into attributes (data members) in C++ classes: object state, fields vs properties, getters/setters, and encapsulation techniques.

Classes & Objects

Explore Object-Oriented programming in TypeScript including classes, instances, constructors, and encapsulation access modifiers.