What is an 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 inner class in c#?

0 Answers  


Is vs as c#?

0 Answers  


Does c# support multiple inheritance (mi)?

0 Answers  


Can a class have multiple constructors c#?

0 Answers  


What are c# i/o classes? What are the commonly used i/o classes?

0 Answers  






What is an indexer in c#?

0 Answers  


What is nullable types in c#?

0 Answers  


Why do we need generics in c#?

0 Answers  


Is a dll an assembly?

0 Answers  


How many classes are there in classification?

0 Answers  


If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


What is the difference between convert and parse in c#?

0 Answers  


Categories