What is the purpose of IClonable interface in .NET?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Dot Net General Interview Questions

How is threading done in .net?

0 Answers  


What is .net and why it is used?

0 Answers  


How Can Creating Installation Components in .Net?

1 Answers  


What’s different between process and application in .net?

0 Answers  


What are the important components of .net?

0 Answers  


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

3 Answers  


What is meant by globalization and localization?

0 Answers  


How do you create threading in.net?

0 Answers  


What is the difference between override and overload in a method?

0 Answers  


Explain about .net assemblies?

0 Answers  


What are the different types of remote object creation mode in .net?

0 Answers  


Does .net supports destructors concept?

0 Answers  


Categories