Login
From:
Andrzej's C++ blog
(Uncensored)
subscribe
Class invariants | Andrzej's C++ blog
https://akrzemi1.wordpress.com/2024/01/07/class-invariants/
links
backlinks
Tagged with:
programming
contracts
correctness
resource handling
stating intentions
Roast topics
Find topics
Find it!
The primary motivation for defining a class in C++ is to reflect and maintain a class invariant. In this post we will see what class invariants are and how you deal with them. Class invariants are …