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 introduces the concept of classes and objects in Java. Classes and Objects are the basis of object oriented programming in Java. They allow you to represent any real world or virtual world object as your own data type using the predefined data types in Java. Create a class using the class keyword and specify the properties or instance variables of that class along with actions or behavior or methods of that class which will somehow access or modify the properties.