- Hands-On Object:Oriented Programming with C#
- Raihan Taher
- 208字
- 2021-07-02 12:44:30
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: "relationship between the Tweet and Message objects."
A block of code is set as follows:
class Customer
{
public string firstName;
public string lastName;
public string phoneNumber;
public string emailAddress;
public string GetFullName()
{
return firstName + " " + lastName;
}
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
class class-name {
// property 1
// property 2
// ...
// method 1
// method 2
// ...
}
Any command-line input or output is written as follows:
git config --global user.name = "john"
git config --global user.email = "john@example.com"
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Go to Tools | Extensions and Updates."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Node.js+Webpack開發實戰
- Git Version Control Cookbook
- Mobile Web Performance Optimization
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- Functional Programming in JavaScript
- Mastering LibGDX Game Development
- Apache Spark 2.x for Java Developers
- Bootstrap 4 Cookbook
- Learning Continuous Integration with TeamCity
- Programming with CodeIgniterMVC
- Learning AWS
- 深入實踐Kotlin元編程
- Troubleshooting Citrix XenApp?
- 網絡數據采集技術:Java網絡爬蟲實戰
- 寫給大家看的Midjourney設計書