can it possible to acees the virthual method using the
override method object?
plz give me the example
Answer Posted / aspdev556
class BaseClass
{
public virtual Method(){}
}
class DerivedClass
{
public override Method()
{base.Method();}
}
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Define delegation in .net?
Any problem found in vs.et
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
Why do we overload constructors?
Which compiler switch creates an xml file from xml comments in the files in an assembly?
Explain the process of Serialization?
Name the property of the textbox which cannot be changed at runtime?
What are collections in c#?
Why does my windows application pop up a console window every time I run it?
What is console write in c#?
What is the .net datatype that allows the retrieval of data by a unique key?
What is the difference between “constant” and “readonly” variables in c#?
What is the difference between func and action delegate?
Is arraylist type safe in c#?
How do I unload an application domain?