Can you override private virtual methods?
Answer Posted / faisal
No.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I port "synchronized" functions from visual j++ to c#?
What is IL / CIL / MSIL?
What is a clr (common language runtime)?
How do generics work in c#?
How do you declare an interface in c#?
What is a bool in c#?
What is difference between association, aggregation and inheritance relationships?
What is a jagged array?
How do I get deterministic finalization in c#?
Does c# support const methods, properties, or events?
What is the difference between int.parse and int.tryparse methods?
Explain the difference between the system.array.copyto() and system.array.clone()?
What are the Types of optimization and name a few and how do u do?
Can a method return multiple values in c#?
How to use exception handling in stored procedure?