Using ERC20Capped

How does one fix the "Contract "MyToken" should be marked as abstract", when importing OpenZepplin ‘ERC20Capped.sol’ which is an abstract of ERC20.sol. But my Token has full implementations of the ERC20 & IERC20 requirements.

Do i need to mark "MyToken" as abstract? Or is there a way to fix the error. Completely new here, but trying to get along.

Hi, welcome! :wave:

So could you please share your contract at here?