Hey,
I would like to know whether clones made using the OpenZeppelin Clones Library supports functions of inherited contracts (eg: using override functions, etc). I would like my cloned contract to make use of ChainLink VRF and ChainLink Keepers, and would like to know whether to use clones or proxies.
Thanks!