- C# 7 and .NET Core Cookbook
- Dirk Strauss
- 95字
- 2021-07-03 00:12:02
Getting ready
To illustrate the concept of encapsulation, we will create a class that is somewhat complex in its inner working. We need to calculate the thrust-to-weight ratio (TWR) of a space shuttle to determine whether it will be able to take off vertically. It needs to exert more thrust than its weight to counteract gravity and get into a stable orbit. This also depends on which planet the shuttle takes off, because different planets exert different gravitational forces on objects on their surface. In simple terms, the TWR must be greater than one.
推薦閱讀
- Ceph Cookbook
- Vue.js 2 and Bootstrap 4 Web Development
- Java應用開發與實踐
- Android 9 Development Cookbook(Third Edition)
- 深入淺出DPDK
- 匯編語言程序設計(第3版)
- Mastering JBoss Enterprise Application Platform 7
- Learning Concurrency in Kotlin
- Mastering Business Intelligence with MicroStrategy
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- Clojure for Machine Learning
- Laravel Application Development Blueprints
- Python Social Media Analytics
- Neo4j 3.x入門經典
- Python Automation Cookbook