What is true about constructor?
Posted: Wed Jul 13, 2022 7:46 pm
a) It can contain return type
b) It can take any number of parameters
c) It can have any non access modifiers
d) Constructor cannot throw an exception
b) It can take any number of parameters
c) It can have any non access modifiers
d) Constructor cannot throw an exception