An open API service indexing awesome lists of open source software.

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.

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)