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 |
Which property is used in the email to send the content as HTML
What are the Characteristics of .NET?
What is finalize method in .net?
What is func in .net 3.5?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
Can you edit data in repeater control? How?
What is model-view -controller Architecture?
Garbage collector thread is what kind of a thread?
how we can capture the value in textbox when selectedvluechanged event of gridview is fired
What is the standard you use to wrap up a call to a Web service
How to get the hostname or IP address of the server?
How would ASP and ASP.NET apps run at the same time on the same server?