- Hands-On Design Patterns with Java
- Dr. Edward Lavieri
- 75字
- 2021-06-24 14:58:01
Questions
- What are the primary benefits of OOP languages?
- Which OOP construct lends itself well to portability?
- What refers to the hidden nature of an object's data components?
- What is the definition of polymorphism in relation to OOP?
- What is the this reference used for?
- What is an accessor method?
- What is a mutator method?
- What is a constructor?
- How are overloaded constructors or methods unique?
- In what direction are chained method calls executed?