Getting Started with Java
This is a 100% free course, but we need you to first join or login to watch this video.
Alright, join or login here.This video shows the difference between a class and an object. What happens in memory when you create an object, how are objects stored in memory, what happens when you call a method that accesses the value of a property for a particular object and how you can use to modify a property value using methods are demonstrated with different visuals. The last part of the video beings the discussion of a real world problem in which you have to find the smallest, largest and average area of a bunch of shapes entered by the user.