When is an object created and what is its lifetime?
Answers were Sorted based on User's Feedback
Answer / apurva jain
Object is created when constructor has to be invoked or
when have to access the class.Its Lifetime is throughout
the Execution of that Class.
| Is This Answer Correct ? | 31 Yes | 8 No |
Answer / nikhil
global scope,if created outside class n local scope if
created inside a class......
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / alok pandey
When the constructor called then object created thus while
the programme execute till life of object
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / yathirajulu
whenever developer is required, and the life-time is when we
assinging null or close the program(application).
| Is This Answer Correct ? | 2 Yes | 14 No |
Which is better struts or spring?
some one give d clear explanation for polymorphism
what's the basic's in dot net
What is difference between pop and oop?
what is difference between objects and function
Can we have a private constructor ?
12 Answers HSBC, Ness Technologies, TCS, Wipro,
What is the oops and benefits of oops programming?
Can you inherit a private class?
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.
Program to check whether a word is in all capital letters
i got a backdoor offer in process global,Bangalore..Can i work with it?
Can we override main method?