Opaque Objects
Opaque pattern is a creational pattern for creating objects that have fully hidden data structure definition. This is useful for limiting dependencies of the code that uses our objects.
Opaque pattern is a creational pattern for creating objects that have fully hidden data structure definition. This is useful for limiting dependencies of the code that uses our objects.