To allow an element to be accessed using a unique key which .NET collection class is used ?
What is difference between class and interface in c#?
Is datetime a value type in c#?
What is a generic method?
When should I use static in C#?
0 Answers SwanSoft Technologies,
What is the symbol used for in c#?
What is the Difference between a sub and a function?
Explain the difference between a sub and a function in c#.
Can a constructor be private in c#?
Why do we use reflection in c#?
What does Dispose method do with the connection object?
FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ?EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER?????PLEASE REPLY...
When a new instance of a type is created, what is the type of method implicitly called?