What is hierarchical inheritance 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 the difference between static class and singleton class in c#?

0 Answers  


How can i Spawn a Thread

0 Answers   HCL,


Why multiple Inheritence is not used in C#?

8 Answers   Symphony,


What is parameterized constructor?

0 Answers  


Define delegate in c#?

0 Answers  






Is c and c# the same?

0 Answers  


What is semaphore in c#?

0 Answers  


what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  


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

0 Answers  


What is datasource c#?

0 Answers  


What is the difference between “constant” and “readonly” variables in c#?

0 Answers  


Define parsing?

0 Answers  


Categories