Hi,
I've been looking at a quite a number of vb programs and I noticed that in some of them the use the vb keyword
Implements.

Let's say that I have two Classes : clsStudent, clsClass

If in clsClass I have something like ...
Implements clsStudents

Please explain to me it's purpose and why I would want to use Implements.