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 |
Writing a Stored procedure to insert the values into a table
Should I implement finalize on my class? Should I implement idisposable?
What's the problem with .net generics?
SAP Business One(this is intigrated tool of .net)
What is the use of ErrorProvider Control in .NET?
Explain what does managed mean in the .net context?
What is COM Interoperability in .NET
Can we share session between ASP.Net & ASP
3 Answers Accenture, Value Labs,
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
Can you create instance of a class which has private constructor?
State the methods used during deserialization and serialization process.
Please explain what is immutability, what is it for and how is it codified?