Can a private virtual method can be overridden?



Can a private virtual method can be overridden?..

Answer / Mayank Jaitly

No, a private virtual method cannot be overridden because it is not accessible outside its own class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How can an inner class access the members of outer class?

1 Answers   Changepond,


What is the partial class in C# What is the use of partial class in C#?

6 Answers   CTS,


write the Syntax for Function or Method Overriding?

5 Answers   HCL,


What do you mean by jagged array?

1 Answers  


What is overloading in c#?

1 Answers  


What are accessors?

1 Answers  


What is the diff between System.String and System.Text.StringBuilder classes?

1 Answers   Siebel,


Does hashset allow duplicates c#?

1 Answers  


what is the fastest way to concatenate strings in c sharp?

4 Answers   HCL,


How Do You Convert A Value-type To A Reference-type?

1 Answers   Siebel Systems,


Explain the difference between arraylist and array and in c#?

1 Answers  


What is boxing? Explain its functionality?

1 Answers   Siebel,


Categories