________________ is a design guideline that states that one class should know only as much as it needs to know.
________________ is a design guideline that states that one class should know only as much as it needs to know. Correct Answer Law of Demeter
The law of demeter is also known as the Principle of Least Knowledge.