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
How can we inherit a static member?
How can you make sure that web api returns json data only?
Are there resources online with tips on asp to asp.net conversions?
Explain asp.net mvc request life cycle? : asp.net mvc
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What are the different authentication modes in asp.net?
Using code explain Configuration Management
How to reduce the width of textbox in editcommandcolumn of datagrid?
What are the versions of garbage collection?
Where is http session stored?
Explain server control extensibility with reference to asp.net 2.0 ?
Explain about asp.net 2.0 themes?
What kind of data can be stored in viewstate?
Describe the Server Control Events of ASP.NET?
What is a 401 redirect?