Question: is this the correct one? Convert the following constructor to use a constructor initializer list. Restaurant:: Restaurant() { Pizza=10; Burger =25; } a. Restaurant::Restaurant():Pizza(10), Burger(25){}

is this the correct one?
Convert the following constructor to use a constructor initializer list. Restaurant:: Restaurant() \{ Pizza=10; Burger =25; \} a. Restaurant::Restaurant():Pizza(10), Burger(25)\{\} b. Restaurant:: Restaurant() :: Pizza(10), Burger(25) \{\} c. Restaurant() : Pizza(10), Burger(25) \{\} d. Restaurant:: Restaurant().Pizza(10), Burger(25) { \}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
