InterviewSolution
Saved Bookmarks
| 1. |
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 signaturesThis question was addressed to me during an interview.The query is from Overloading Constructors topic in division Constructors and Destructors of Object Oriented Programming |
|
Answer» The correct option is (a) Constructor can’t be overloaded in KOTLIN |
|