Question 17
Not yet
answered
Can you have a no-argument constructor and a parameterized constructor in the same class?
a. Yes, but the parameterized constructor should have fewer parameters than the no-argument constructor
Yes, it's allowed and common in constructor overloading
Flag question
O b.
O c.
O d.
Yes, but the parameterized constructor should have more parameters than the no-argument constructor
No, it's not allowed
FEOVERFLOW CON