Answer Posted / 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 View All Answers
What is the difference between globalization and localization?
What are the modes of updation in an updatepanel?
Who generates session id?
Can we use a static function with a non-static variable?
Define web.config in .net?
What is the difference between the response.write() and response.output.write() methods?
What is another word for redirect?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What is the difference between a page theme and a global theme?
Define viewstate in .net?
Where is the session stored?
Fetch one page value to another page without using state-managment ?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Which two new properties are added in asp.net 4.0 page class?
What are server activated objects?