- Hands-On Design Patterns with Java
- Dr. Edward Lavieri
- 182字
- 2021-06-24 14:57:52
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Next, we have the Mother class, which extends Grandmother and has its own constructor method."
A block of code is set as follows:
Mother() {
System.out.println("Mother constructor executed.");
}
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
public abstract class MotorHomeAbstractFactory {
public abstract Frame createFrame();
public abstract Style createStyle();
public abstract Engine createEngine();
public abstract Kitchen createKitchen();
}
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Beneath the Receive Order node is a horizontal black bar referred to as a fork."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 數據可視化:從小白到數據工程師的成長之路
- SQL Server 2012數據庫技術與應用(微課版)
- Mastering Ninject for Dependency Injection
- Visual Studio 2015 Cookbook(Second Edition)
- 3D計算機視覺:原理、算法及應用
- INSTANT Cytoscape Complex Network Analysis How-to
- 大話Oracle Grid:云時代的RAC
- Oracle PL/SQL實例精解(原書第5版)
- Hadoop大數據開發案例教程與項目實戰(在線實驗+在線自測)
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- 爬蟲實戰:從數據到產品
- Doris實時數倉實戰
- R Machine Learning Essentials
- 數據庫原理與設計實驗教程(MySQL版)
- 數據分析方法及應用:基于SPSS和EXCEL環境