Explain about Oops concept
Explain static class members.
What are the 2 kinds of data type conversions in c#?
what is a static constructor?
What is the default value of string in c#?
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...
How do I calculate relative time?
Does c# support templates?
Whats the use of string builder?
Is a c# interface the same as a c++ abstract class?
Can we throw exception from catch block
Can you explicitly call a destructor?
Can constructor have return type c#?