I got an errror message in exercise 4.1

Hi @LinhV,

welcome to our community.

I see in your code you have a class MoveBB8 that inherits from void , but that void class doesn’t exist.

If you replace void with object os removes the (void) completely, leaving only class MoveBB8: it should work.

Cheers,