What is Polymorphism? How does VB.NET/C# achieve polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
Can you write a class without specifying namespace?
What's wrong with a line like this? Datetime.parse(mystring);
What are the deferred execution and the immediate execution in linq?
Types of evidence in .net with context to CAS
What is assemblies in .net?
Explain the difference between managed and unmanaged code?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
Which namespace does it belong to by default?
Please explain what is reflection and what is it for?
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
Explain the process of serialization in .NET?
What is strong name?