Difference between ERC721 and ERC721Full

Hello, Am following a tutorial applying ERC721Full yet the current repository does not offer that option. what differences should I expect when using ERC721 instead of ERC721Full? And how does it affect the final product?

Which tutorial is this? Anyway, take a look at the ERC721 documentation.

ERC721Full included all optional extensions defined in the standard: ERC721Metadata and ERC721Enumerable.

The current ERC721 contract (OpenZeppelin Contracts 4.x) only includes ERC721Metadata.