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 does virtual keyword mean ?

Answers were Sorted based on User's Feedback



What does virtual keyword mean ?..

Answer / nitin kumar tomar

Virtual mean that the function and property can be
overriden in drive class

Is This Answer Correct ?    35 Yes 2 No

What does virtual keyword mean ?..

Answer / ganesh

use in polymorphism

Is This Answer Correct ?    9 Yes 1 No

What does virtual keyword mean ?..

Answer / a.venkatakrishna

The function preceeded by VIRTUAL keyword can be overriden
in its derived classes...BUT it is not mandatory to
override...

Is This Answer Correct ?    2 Yes 0 No

What does virtual keyword mean ?..

Answer / bapu

derived class can modify the logic for function or property
which declared as virtual.....

Is This Answer Correct ?    1 Yes 1 No

What does virtual keyword mean ?..

Answer / sanjeet kumar rai

The keyword virtual is applied to a method declaration to
indicate that the method may be overridden in a subclass. If
the virtual keyword is not applied and a method is defined
in a subclass with the same signature as the one in the
super class, the method in the super class is hidden by the
subclass implementation.

Is This Answer Correct ?    3 Yes 3 No

What does virtual keyword mean ?..

Answer / yoyo

derived class

Is This Answer Correct ?    3 Yes 11 No

Post New Answer

More C Sharp Interview Questions

What is GAC?

1 Answers   Cognizant,


What is delegate in c#?

0 Answers  


what r arraylist? what the use of Hashtables?

4 Answers  


Explain about Oops concept

0 Answers   Digital GlobalSoft,


Can you override private virtual methods?

11 Answers   AROBS Transilvania Software, IBM, Mind Tree, Revalsys,


i have a table named login in mysql database containing (empid,fname,lname,mobno,emailid,usrname,usrpwd) i have 2 textboxes in which i enter my username and pwd..so based on what is entered in those textboxes it should retreive all other details of dat username in the remaining 6 textboxes..i want the code for this...

1 Answers   Royal Enfield,


What is windows form in c#?

0 Answers  


What is generic collection in c#?

0 Answers  


What does the keyword virtual mean in the method definition?

2 Answers  


What is string programming language?

0 Answers  


These questions were asked me in a technical interview: •If we deploy an application on multiple server (like database server, web server) then, each request should be redirected to proper server, then how you will handle it in your code? •How security pinholes will be handled in an application? •What things should be considered while writing a web application? •How will you do load/performance testing of web application? Which framework you will use for it? •How will you implement a cache for results which require a DB access? Please let me know how to write an web application considering all these points. I am not so much aware of architechural design of web application. Your guidelines will be helpful.

0 Answers   TCS,


Does c# support #define for defining global constants?

0 Answers  


Categories