What are partial classes and use of partial classes?


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

Post New Answer

More C Sharp Interview Questions

Describe the parts of assembly.

0 Answers  


what is the purpose of interface in c#.net

6 Answers  


Why do I get a "cs5001: does not have an entry point defined" error when compiling?

0 Answers  


Can constructor be overloaded in c#?

0 Answers  


Are attributes inherited c#?

0 Answers  






if a method is marked as protected internal who can access it?

0 Answers   Siebel Systems,


Explain manifest & metadata.

2 Answers   Wipro,


Is typeof c#?

0 Answers  


What is float in unity?

0 Answers  


destructor, Dispose, Finalize - How they relate to each other

1 Answers   Synechron,


How do you prevent a class from being inherited?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


Categories