Which among the best describes constructor overloading?
Answers
Answered by
0
Answer:
Which among the following best describes constructor overloading? ... Explanation: The constructor must be having the same name as that of a class. Hence a constructor of one class can't even be defined in another class. Since the constructors can't be defined in derived class, it can't beoverloaded too, in derived class.
Answered by
2
Which among the following best describes constructor overloading?
... Explanation: The constructor must be having the same name as that of a class. Hence a constructor of one class can't even be defined in another class. Since the constructors can't be defined in derived class, it can't be overloaded too, in derived class.
Similar questions