Resolved unterminated code block.

This commit is contained in:
Ian Dinwoodie
2019-04-28 00:53:22 -04:00
parent fe8e4cb235
commit b27f872ea7

View File

@@ -478,6 +478,7 @@ class Burger
Burger(int patties, bool cheese = true, bool pepperoni = true, Burger(int patties, bool cheese = true, bool pepperoni = true,
bool tomato = true, lettuce = true); bool tomato = true, lettuce = true);
} }
```
As you can see; the number of constructor parameters can quickly get out of hand 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 and it might become difficult to understand the arrangement of parameters. Plus