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...


What are virtual methods? How are they used?

Answers were Sorted based on User's Feedback



What are virtual methods? How are they used?..

Answer / betty

virtual methods is applied in polymorphism. When you declare
a method as virtual, you can override the method in another
class.

Is This Answer Correct ?    6 Yes 0 No

What are virtual methods? How are they used?..

Answer / chinju

virtual methods are methods that do not really exists but
act as exist in some part of a program.Keyword virtual is used.

Is This Answer Correct ?    0 Yes 2 No

What are virtual methods? How are they used?..

Answer / chandana

virtual methods are method definitions without
implementations specified. Such methods are a part of
abstract classes, which can not be instantiated. Any non-
abstract child class must provide implementation for these
classes.

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More C Sharp Interview Questions

Is comparator a functional interface?

0 Answers  


int a = '3' + '4'; char n = (char)a; What will be answer of n?

4 Answers  


What is the role of the datareader class in ado.net connections?

0 Answers  


Which technology is best for desktop application?

0 Answers  


Is array a collection c#?

0 Answers  


what is the difference between interface and abstraction?

5 Answers   Choice Solutions, IBM,


What is the difference between out and ref in c#?

0 Answers  


Can you override private virtual methods?

4 Answers  


How do you serialize an object?

0 Answers  


if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.

0 Answers  


What is use of hashtable in c#?

0 Answers  


What is javascriptserializer c#?

0 Answers  


Categories