https://github.com/derektypist/build-a-projectile-trajectory
Encapsulation is a core OOP principle based on writing code that limits direct access to data. Concepts include getters, setters and name mangling. Calculate a projectile trajectory.
https://github.com/derektypist/build-a-projectile-trajectory
encapsulation freecodecamp-project python
Last synced: about 1 year ago
JSON representation
Encapsulation is a core OOP principle based on writing code that limits direct access to data. Concepts include getters, setters and name mangling. Calculate a projectile trajectory.
- Host: GitHub
- URL: https://github.com/derektypist/build-a-projectile-trajectory
- Owner: derektypist
- Created: 2024-07-25T09:46:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T09:48:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T23:23:24.017Z (over 1 year ago)
- Topics: encapsulation, freecodecamp-project, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a Projectile Trajectory
Encapsulation is a core OOP principle based on writing code that limits direct access to data. Concepts include getters, setters and name mangling. Calculate a projectile trajectory.
## Technologies
Uses `math` library and Python3.
## Deployment
Copy `main.py` on the text editor and run it.
## Acknowledgements
[FreeCodeCamp](https://www.freecodecamp.org)