Which among the following is false?
(a) Constructor can’t be overloaded in Kotlin
(b) Constructors can’t be called recursively in java
(c) Constructors can be overloaded in C++
(d) Constructors overloading depends on different signatures
This question was addressed to me during an interview.
The query is from Overloading Constructors topic in division Constructors and Destructors of Object Oriented Programming