What are the differences between an interface and an abstract class in .net?
No Answer is Posted For this Question
Be the First to Post Answer
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What is the concept of inheritance in .net?
where are connection strings stored?
If any body working in Infosys, please can u give me the referense to that company because i hered that their is openings for freshers with referal..
Tell us the differences between an interface and an abstract class in .net?
why .net does not support multiple inheritance?
How do you view the methods and members of a dll?
What is Garbage Collection in .Net and what is the Garbage collection process?
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
Does .net supports destructors concept?
What is Global Assembly Cache (GAC) and what is the purpose of it?