What is interface inheritance?


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

Post New Answer

More C Sharp Interview Questions

write a C# Program add two matrix ?

0 Answers   Wipro,


What is a sealed class?

0 Answers  


what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?

0 Answers  


What is session c#?

0 Answers  


Difference between a sub and a function in c#.

0 Answers  






Describe a Struct ?

0 Answers   Siebel,


what is the difference between arraylist and hash table using a simple program?

3 Answers   CGI, Polaris, SunGard,


Explain the difference between .net and c#?

0 Answers  


Give examples for reference types?

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,


How you will handle session when deploying application in more than a server? Describe session handling in a webform, how does it work and what are the limits?

3 Answers   Microsoft,


Define xslt.

0 Answers  


Categories