How does inheritance work in c#?


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

Post New Answer

More C Sharp Interview Questions

What is multiple interface in c#?

0 Answers  


What is the use of dll file in c#?

0 Answers  


I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??

0 Answers  


What is appdomain in c#?

0 Answers  


What does mean c#?

0 Answers  






How can we make a thread sleep for infinite period ?

0 Answers  


Which is more efficient for loop or while loop?

0 Answers  


Why we use methods in c#?

0 Answers  


how to return morethan one value using out parameter in c#.net ; For Example : public int show(out int []a) { int []a={1,2,3,4,5}; return a[]; } we have to print all the values without using the Console.WriteLine statement;

1 Answers   Verizon,


What is session variable in c#?

0 Answers  


What is lazy keyword in c#?

0 Answers  


Can you inherit from a static class in c#?

0 Answers  


Categories