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


Please Help Members By Posting Answers For Below Questions

Define delegation in .net?

572


Any problem found in vs.et

664


How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?

606


Why do we overload constructors?

576


Which compiler switch creates an xml file from xml comments in the files in an assembly?

681






Explain the process of Serialization?

637


Name the property of the textbox which cannot be changed at runtime?

601


What are collections in c#?

559


Why does my windows application pop up a console window every time I run it?

604


What is console write in c#?

575


What is the .net datatype that allows the retrieval of data by a unique key?

535


What is the difference between “constant” and “readonly” variables in c#?

586


What is the difference between func and action delegate?

552


Is arraylist type safe in c#?

596


How do I unload an application domain?

598