Factory
contract that can be deployed, initialized, and used to clone the model contract set. Not being an abstract contract, it does not necessarily need to be integrated into a child contract. You can deploy it and use it as is.Factory
standard contract and the IFactory
interface in your custom contract to build a Factory with custom and more complex functionalities.