|
Java Tutorial 10 - Class & Objects |
|
The following tutorial takes you through the process of identifying data members & actions of a class and creating its Object
Please be patient . Video will load in some time. If you still face issue viewing video click here
What is the difference between a Class & Object ?
A class is a blueprint or prototype that defines the variables and the methods (functions) common to all objects of a certain kind.
An object is a specimen of a class. Software objects are often used to model real-world objects you find in everyday life.
Back to Java Tutorials Index Page
|