Hi,
You can use impelements after u defined an
interface in Vb.This class will have only method
defenitions not the actual methods.
U may use this if u want some classes to
necessarly use an interface.
So after impelementing an interfece earlier defined in ur class by using IMPLEMENTS keyword it wont allow compilation without writing methods in the impelemented interface.

Regards