Can A Class Have More Than One Function With All The Default #111
Can a class have more than one function with all the default arguments?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 Constructors and Destructors - OOPs MCQ: Constructors - Quiz No.1.
Can a class have more than one function with all the default arguments?
Yes, always
Yes, if argument list is different
No, because constructors overloading doesn’t depend on argument list
No, never