Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


About Virtual functions and their use ?

Answers were Sorted based on User's Feedback



About Virtual functions and their use ?..

Answer / belson gnana pradeep

Virtual methods those can be overridden and replaced by sub classes.
When working with virtual methods keep in mind datatype of
an object is used to determine the implementation of
the method to call, rather than the type of the variable
that refers to an object.

In C#, a base class must provide the "virtual" modifier for
any virtual method, and derived classes must provide the
"override" modifier for any overriden method inherited from
a base class.

In VB.NET, a base class must provide the "Overridable"
modifier for any virtual method, and derived classes may
provide the optional "Overrides" modifier for any overriden
method inherited from a base class

Is This Answer Correct ?    4 Yes 0 No

About Virtual functions and their use ?..

Answer / mahesh babu ummaneni

virtual is nothing but it is a keyword ,when we diclare a method with virtual key word in base class thet method must be overroden in derived class

Is This Answer Correct ?    1 Yes 0 No

About Virtual functions and their use ?..

Answer / ssss

Virtual functions are used to override the derived class.If
u r using the virtual keyword u must override the the
derived class

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More C Sharp Interview Questions

What is console write in c#?

0 Answers  


List down the different ide’s provided by microsoft for c# development.

0 Answers  


Which framework is best for desktop application?

0 Answers  


What is the difference between int.Parse() and Convert.toInt32().

2 Answers  


Is c and c# the same?

0 Answers  


What is anonymous class in c#?

0 Answers  


Where do you add an event handler ?

1 Answers  


What is private static in c#?

0 Answers  


Is xml tags are case sensitive?

0 Answers  


Are classes passed by reference in c#?

0 Answers  


What is service contract

2 Answers   Synechron,


Why do we use stringbuilder in c#?

0 Answers  


Categories