Week 8: Javadoc / Pattern-Based Design Flashcards
What does a class-level Javadoc example look like?
What does a field level Javadoc comment look like?
What does a method level Javadoc comment look like?
What is the syntax for a Javadoc comment?
What are the tags for Javadoc blocks?
What are the common Javadoc inline tags?
What does the @link tag do? Syntax?
What does the @code tag do? Syntax?
What do the @versoin or @author tags do? Syntax?
Where should Javadoc field comments go?
What are design patterns?
What is the three-part rule for design patterns?
Design pattern example
What encompasses an effective design pattern?
What are the kinds of design patterns?
What is an architectural design pattern?
What is a Data Pattern?
What is a Component Pattern?
What is an Interface Design Pattern?
What is a Web Application Pattern?
What is a Mobile Pattern?
What is an Object-Oriented Pattern?
What is a Creation Object-Oriented Pattern?
What is a structural Object-Oriented Pattern?