Can you override private virtual methods?
Answers were Sorted based on User's Feedback
Answer / prashanth
first let me know wht is the benfit specifying virtual
method as private.
| Is This Answer Correct ? | 4 Yes | 11 No |
What are the benefits of using windows services:
how to store the value in textbox using delegates if we have two user control. the value will be called from one user control to another user control. Loading and unloading will be done through delegates.
Explain Constructor and destructor?
Describe ado.net?
What is int32 maxvalue?
What is the difference between method parameters and method arguments. Give an example?
What is manifest ?
What is the difference between read and readline in c#?
Is there any way to access private memebers of an object from another object?
When you inherit a protected class-level variable, who is it available to?
How many digits are in an integer?
Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)