What do you mean by synchronous and asynchronous operations?
No Answer is Posted For this Question
Be the First to Post Answer
what is the purpose of new keyword while creating an object?
Explain the role of Garbage collector and its generations?
Can You Prevent Your Class From Being Inherited By Another Class?
What are the ways to deploy an assembly?
2 Answers Siebel Systems, Visual Soft,
Explain constructor in c#?
What is a linq in c#?
Write the difference between TypeOf and GetType?
Can datetime be null c#?
Can we declare private class in c#?
Is namespace necessary in c#?
int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?
may we achieve polyphormsm through overloading a funtion?Is it right or wrong concept because i read polyphormism can be achieved through overloading?plz help me thnks