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

How can I get around scope problems in a try/catch?

480


Illustrate race condition?

483


How does return work in c#?

508


What can I create with c#?

490


What is a byte in c#?

555






What are the uses of namespaces?

604


What is concrete class in c#?

476


What are abstract classes in c#?

486


What is hash c#?

500


What is the difference between IEnumerator and IEnumerable?

679


What is lazy loading and eager loading in c#?

486


Can int be null in c#?

501


What are strings in c#?

493


Why c# is type safe?

524


What is the difference between add and addrange in c#?

509