A constructor has been defined as FlowerSeed(int = 7);. Which of the following constructors could coexist with the defined constructor without any possible ambiguity?
a. FlowerSeed(int);
b. FlowerSeed();
c. FlowerSeed(int = 10, int = 18);
d. FlowerSeed(int, double);
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.