Home Tutorial Java Certification Objects in Java

 
 

Objects in Java
Posted on: July 5, 2010 at 12:00 AM
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:

Class, Object and Methods

Related Tags for Objects in Java:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.