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
How do you read an Excel sheet in C#?
What are the 3 different types of arrays?
What are constructors in c#?
Why main method is static in c#?
Can we store different data types in arraylist in c#?
Explain about accessibility modifier 'protected internal'?
What is cshtml?
Are arraylist faster or arrays?
What is the .NET collection class that allows an element to be accessed using a unique key?
What is method in c#?
What is the difference between paramaterized constructor and copy constructor?
What is difference between assembly and namespace?
Why static variables are used?
What is the difference between public, static, and void?
List the difference between interface and abstract class?