| Author: Vidya 07 Jun 2008 | Member Level: Diamond | Rating: Points: 2 |
When create a new object using the New keyword, store a reference to that object in a variable.
speices bird= new speices ;
This creates a new instance of speices . We can access this new object via the speices variable. This variable holds a reference to the object.
when work with an object we are using a reference to that object
|
| Author: mohan 07 Jun 2008 | Member Level: Gold | Rating: Points: 2 |
Thanks for the answer.
Can you please give the apt answer for the Object() and object ?
|
| Author: Guru 10 Jun 2008 | Member Level: Silver | Rating: Points: 2 |
Yes, I also have a doubt in this . when i use to write the object... in VS,it lists out the two object. Im unable to decide which is to be selecte.
Can any one suggest me regarding this point.
|
| Author: prakash 10 Jun 2008 | Member Level: Gold | Rating: Points: 2 |
whether both objects mean the same?
|