Can you override private virtual methods?

Answers were Sorted based on User's Feedback



Can you override private virtual methods?..

Answer / prashanth

first let me know wht is the benfit specifying virtual
method as private.

Is This Answer Correct ?    4 Yes 11 No

Post New Answer

More C Sharp Interview Questions

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  


Is c# difficult to learn?

0 Answers  


interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?

5 Answers  


Can you inherit multiple interfaces?

3 Answers  


Is goto statement supported in c#?

0 Answers  






Define c# and list the features.

0 Answers  


Can struct have constructor c#?

0 Answers  


What is serialization in .net?

0 Answers  


Can you see a loop recorder?

0 Answers  


What you mean by inner exception in c#?

0 Answers  


Explain the Scope of public/private/friend/protected/protected friend.

1 Answers   Rigel Networks, Wipro,


What does an indexer do?

0 Answers  


Categories