What is a derived class in c#?


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

Post New Answer

More C Sharp Interview Questions

Why do we need dependency injection in c#?

0 Answers  


What is delegates in c#?

0 Answers  


Where does the dispose method lie and how can it be used to clean up resources?

2 Answers   TCS, Wipro,


What is the difference between CONST and READONLY?

0 Answers   BirlaSoft,


What is lazy loading c#?

0 Answers  






Can hashtable have duplicate keys in c#?

0 Answers  


How many bytes is a char c#?

0 Answers  


Describe the types of comments in c#?

0 Answers  


What is the main method?

0 Answers  


What are the fundamental differences between value types and reference types?

0 Answers  


what is collections in .net? why we use?

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  


Categories