why instance? what are the uses of instance?
Answer Posted / gg
create memory for that object in heap
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an event in c#?
How is a string immutable?
What is private protected in c#?
What is difference between int and int in c#?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
What is the difference between constants and read-only?
Is there an equivalent to the instanceof operator in visual j++?
What is array and arraylist?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
What does the parsefloat function do?
What Is The Smallest Unit Of Execution In .net?
What is autopostback in c#?
What are the three types of predicates?
What is difference between singleton and static class in c#?
Can we make a Static Constructor Parameterized? Give Reason with your answer