what is a virtual class?



what is a virtual class?..

Answer / alb.shah

In multiple inheritance when a class D is derived by two
base classes B and C and both base class is also inherite
by same class A then then class D will get duplicate copy
of uppper most base class A.In this case class A will
declare as virtual class

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Where would you use an ihttpmodule, and what are the limitations if any?

0 Answers  


Are there resources online with tips on asp to asp.net conversions?

0 Answers  


If i have 1000 records in dataset, how to do paging?

2 Answers   Mind Tree,


Which Is Faster MVC or ASP.net ?

0 Answers   Arigo Infotech,


What for use web.sitemap in asp.net?

1 Answers  






What is route in web api?

0 Answers  


Should validation (did the user enter a real date) occur server-side or client-side? Why?

4 Answers   Siebel Systems,


Is global asax mandatory?

0 Answers  


How do you insert multiple rows from a grid view to database table under a single transaction?

1 Answers  


if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....

0 Answers   webdirekt,


What is a web api endpoint?

0 Answers  


What is role-based security?

1 Answers  


Categories