Week 3 Flashcards
1
Q
4th advantage of constructor overloading
A
A constructor eliminates calling the normal or ordinary method implicitly
2
Q
3 Benefits of constructor chaining
ACE
A
- Avoids code duplication
- Consistent Usage
- Ease of maintenance
3
Q
For classes, what other situation is there where an import declaration is not required?
A
Not required if the class is referred to with a full qualified method name, including its package and class names.