https://github.com/comsavvy/connectingfuction
Connecting different methods to interact in a Class
https://github.com/comsavvy/connectingfuction
Last synced: 10 months ago
JSON representation
Connecting different methods to interact in a Class
- Host: GitHub
- URL: https://github.com/comsavvy/connectingfuction
- Owner: comsavvy
- Created: 2020-05-23T22:32:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T23:06:42.000Z (over 5 years ago)
- Last Synced: 2025-01-25T15:29:20.433Z (12 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This code is all about connecting `Methods` in a `Class`
I used the Rectangle class as an example
Which has the following fields and methods
Fields:
* Length
* Width
* Heigth
Methods:
* Volume
* Area