Is possible add class for last post of Custom Post Type?

Not exactly what you asked for, but given that classes are primarily used for styling, might you consider using CSS pseudo-class “:last-child” instead of PHP code?

Here’s some information on how to style using :last-child

https://css-tricks.com/almanac/selectors/l/last-child/