like say you have a bunch of different things that you want to have a Health property
you add a function to the interface called GetHealth
in each of those things you implement the GetHealth function to return whatever the Health value is
then you just Interface Call GetHealth on whatever the object is
… i am not near a pc, otherwise i’d provide a pic.