Can derived classes have greater accessibility than their base types?


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

Post New Answer

More C Sharp Interview Questions

What does args mean in c#?

0 Answers  


Explain boxing and unboxing in c#?

0 Answers  


I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;

3 Answers  


Difference between multi-level and multiple inheritance?

4 Answers   Microsoft,


What is stringbuilder c#?

0 Answers  






What are the types of inheritance in c#?

0 Answers  


Why do we use namespace in c#?

0 Answers  


Can you inherit from multiple classes in c#?

0 Answers  


What is concrete class in c#?

0 Answers  


So how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process ?

1 Answers  


Explain the types of assemblies in .net?

0 Answers  


How to implement delegates in c#.net

0 Answers  


Categories