- Game Development Patterns and Best Practices
- John P. Doran Matt Casanova
- 72字
- 2021-07-02 23:43:44
Your objective
This chapter will be split into a number of topics. It will contain a simple step-by-step process from beginning to end. Here is the outline of our tasks:
- An overview of class access specifiers
- Pros and cons of global access
- Understanding the static keyword
- What is a Singleton?
- Learning about templates
- Templatizing Singletons
- The advantages and disadvantages of only one instance
- The Singleton in action: the Application class
- Design decisions
推薦閱讀
- 大學計算機基礎(第二版)
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- Machine Learning with R Cookbook(Second Edition)
- Apache Karaf Cookbook
- 面向對象程序設計(Java版)
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Node.js開發指南
- Java Web從入門到精通(第3版)
- 零代碼實戰:企業級應用搭建與案例詳解
- Solutions Architect's Handbook
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Moodle 3 Administration(Third Edition)
- Python Web自動化測試設計與實現
- Extending Docker
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰