I'm having difficulties verifying a contract on etherscan which has been deployed through the means of using another contract. The issue is in regards to match the input creation byte code with what I'm pasting into the code form on etherscan.
If contract C who inherits contract A and contract B, and then internally creates a contract D, how many of those contracts are than used for input bytecode creation of contract D?