What is Method Overriding? How to override a function in C#?
Answer / guest
Method Overriding if changing the behaviour of function in
derived class, defined in the base class.
to override a method in the derived class declare the
function virtual in the base class.
| Is This Answer Correct ? | 12 Yes | 3 No |
Explain something about WebService?
If any body working in Infosys, please can u give me the referense to that company because i hered that their is openings for freshers with referal..
What is the advantage of .net core?
Using com component in .net?
How to write an MMC snap-in for my Windows service?
Tell us the difference between managed and unmanaged code?
Is .NET a runtime service or a development platform?
Explain what is reflection in microsoft .net context?
When developing a Windows service for .NET, which namespace do you typically look in for required classes?
Tell us what is a sealed class?
Directcast(123.34,integer) - should it throw an error? Why or why not?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component