Home Help Java O Java Object



Java Object
Posted on: November 16, 2009 at 12:00 AM
Object is the basic entity of object oriented programming language.

Java Object

     

 
Object is the basic entity of object oriented programming language. Object is the feature of a class, which is used for the working on the particular properties of the class or its group. Java object is an instance of the class. It takes the properties (variables) and uses the behavior (methods) defined in the class. In Java, when you define a class that does not extend any other class, it implicitly extends java.lang.Object class, which is a super class of all the classes of Java.   

Read more at:

http:/www.roseindia.net/java/master-java/java-object-oriented-language.shtml

 

Related Tags for Java Object:


More Tutorials from this section

Ask Questions?    Discuss: Java Object  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

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.