Can A Class Have More Than One Function With All The Default #1206
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 Default Arguments vs Overloading, Upcasting and Downcasting - OOPs MCQ: Constructors Overloading - 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