Java Programming with Eclipse lesson 6 – Create your own class and object

In this lesson we show you how to create your own object by firstly making a new class, then making an object from that class. We then show you how to call a method on that object.