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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!