Objects in Java
In this SCJP section,you will learn about Objects in Java.
In this SCJP section,you will learn about Objects in Java.
Objects in Java
Whatever we can see in this world all the things are a object. And all the
objects are categorized in a special group. That group is termed as a class. All
the objects are direct interacted with its class that mean almost all the
properties of the object should be matched with it's own class. Object is the
feature of a class which is used for the working on the particular properties of
the class or its group. We can understand about the class and object like this :
we are all the body are different - different objects of the human being class.
That means all the properties of a proper person relates to the human being.
Class has many other features like creation and implementation of the object,
Inheritance etc.
Click below for more details: