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

write program in c# using this instructions name avinash varma ,work experiance<2,nochildren his work experiance is higher than 5 years,more than one children one children name is diwakar,number of years of work eperiance at current company is the ratio of children and work experiance is 0.21 to 0.5

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  


What is difference between event and delegate in c#?

0 Answers  


In how many ways you can overload a method?

0 Answers   Siebel,


What namespaces are necessary to create a localized application?

2 Answers   Rolta, Siebel Systems, Visual Soft,






What debugging tools come with the .NET SDK? CorDBG

1 Answers  


Why do we use public static void main in c#?

0 Answers  


how to retrive a TextBox value in to Sql database using C# windows form application coding

3 Answers  


Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?

0 Answers  


Is string a data type in c#?

0 Answers  


If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.

0 Answers  


What are the Features in .net framework 1.1

0 Answers   Digital GlobalSoft,


Categories