why instance? what are the uses of instance?
Answer Posted / yathirajulu
instace is the way to access members(methods) in that
class,by this instance to invoke the methods.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is a class level variable in c#?
What is an int c#?
what is an event? Define delegate?
Enlist some of the properties of a thread class?
What are circular references?
What does m mean in decimal c#?
What are escape sequences explain with example?
What the different phase/steps of acquiring a proxy object in webservice?
How to block a class from being inherited further?
Explain how to implement an object pool in c#.net
Explain async and await?
What is private and shared assembly?
Explain about Oops concept
How do you use nullable?
Why do we use inheritance in c#?