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

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

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