call, callcode or delegatecall
allows interactions with a contract with need to know the contract’s structure (ABI)
T/F: Are these fucntions very low level
True
they cause security issues if the contract
called contains malicious/prolematic codes
these functions should only be used
as a last resort
to access another contract
should call a function using cotract interfaces (later)