1
6. Which of the following statements about constructors is false?
a) Constructors doesn’t have a return value
b) Constructors are always user defined
c) Constructors are overloaded with different signature
d) Constructors may or may not have any arguments being accepted
7. Why do we utilise constructor overloading in the first place?
a) To use different types of constructors
b) because it’s a feature provided
c) To initialize the object in different ways
d) To differentiate one constructor from another
Comments
Leave a comment