Results 1 to 3 of 3

Thread: Object Vs class

  1. #1
    CollinsBrown is offline Senior Member
    Join Date
    Dec 2009
    Posts
    213
    Rep Power
    3

    Default Object Vs class

    Hi. I am learning java programming language. I am little bit confuse between difference between object and class. I have referred many books but nothing was helpful. Anybody have any information on object and class then let me know that. Please reply me as soon as possible. Thanks in advanced.

  2. #2
    DavisNelson is offline Senior Member
    Join Date
    Dec 2009
    Posts
    202
    Rep Power
    3

    Default

    Object is any real thing while Class is instance of class. Class is a plan of an object. Object is a run time entity. Object physically exists but class doesn't exist physically.

  3. #3
    sjohn is offline Junior Member
    Join Date
    Jun 2010
    Posts
    4
    Rep Power
    0

    Default

    Objects are the entities of which the world is comprised.Everything that happens in the world is related to the interactions between the objects in the world.Many objects differ from each other only in the value of the data that they hold. Many objects are similar in many overall, generalized ways, differing only in smaller, more specific details.A class thus contain the descriptions of all the behaviors of the objects that it represents.In computer science parlance, we call the individual behaviors of a class its methods.

Similar Threads

  1. Cache object of ASP.NET
    By WalkerCook in forum Programming
    Replies: 1
    Last Post: 07-10-2010, 12:06 PM
  2. Object Type casting in C#
    By Francis Ronaldo in forum Programming
    Replies: 2
    Last Post: 02-24-2010, 12:18 PM
  3. TextStream Object
    By AdamsClark in forum Programming
    Replies: 1
    Last Post: 02-02-2010, 01:58 PM
  4. window object
    By TaylorRyan in forum Operating System
    Replies: 1
    Last Post: 01-30-2010, 02:38 PM
  5. Object-Oriented programming
    By techno23 in forum Programming
    Replies: 0
    Last Post: 03-26-2008, 12:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48