What is the difference between paramaterized constructor and copy constructor?


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

Post New Answer

More C Sharp Interview Questions

Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


How can you prevent classes to be inherited?

10 Answers   Microsoft, Satyam,


Is c# still popular?

0 Answers  


list the steps in code compilation in c#?

0 Answers  


can a structure used in a class if yes then how.

2 Answers   Synechron,






Why do we need generics in c#?

0 Answers  


What is the difference between system.string and system.text.stringbuilder classes?

0 Answers  


What is a console?

0 Answers  


Explain deadlock?

0 Answers  


What is a bool in c#?

0 Answers  


how to stored and retrive video in Sql server using asp.net c#......?

0 Answers   Sans Pareil IT Services,


What are the Types of assemblies that can be created in dotnet

0 Answers  


Categories