constructor vs object

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gaya3
    New Member
    • Aug 2007
    • 184

    #1

    constructor vs object

    Hi All,
    What is difference between constructing as class and creating a object?
    could anyone pl explain me..

    -Hamsa
  • sukatoa
    Contributor
    • Nov 2007
    • 539

    #2
    Originally posted by gaya3
    Hi All,
    What is difference between constructing as class and creating a object?
    could anyone pl explain me..

    -Hamsa
    Difference? maybe how they work together...

    You can read this.

    I hope it explains you a little bit...

    Sukatoa

    Comment

    • BigDaddyLH
      Recognized Expert Top Contributor
      • Dec 2007
      • 1216

      #3
      Originally posted by gaya3
      Hi All,
      What is difference between constructing as class and creating a object?
      could anyone pl explain me..

      -Hamsa
      I think you are misinterpreting something you read. I don't think "constructi ng a[s] class" means anything. In Java, when you write code you are defining classes. When your code runs, it creates objects.

      Comment

      Working...