Interface in Solidity II

Code:https://github.com/grandzero/SecureumBootcamp/blob/main/solidity201/Interface.sol
Thanks to GrandZero
This is my short code
CODE
1- Deploy “BaseContract”

2- Deploy “C1_Loader” with the address of the “BaseContract”

in the code;

3-Click the “NewBase” and see the new BaseContract

4- Copy the address of the “NewBase” and paste the At Address in BaseContract. Click At Address.

5- Click the “setOnBase” in the C1_Loader and look at BaseContract and New BaseContract

