diff --git a/README.md b/README.md index 6420d1a..d5d6e65 100644 --- a/README.md +++ b/README.md @@ -478,6 +478,7 @@ class Burger Burger(int patties, bool cheese = true, bool pepperoni = true, bool tomato = true, lettuce = true); } +``` As you can see; the number of constructor parameters can quickly get out of hand and it might become difficult to understand the arrangement of parameters. Plus