How would you implement inheritance using VB.NET/C#?
Answer Posted / rajender chauhan
C# : Class A:B
VB.Net Class A Inherits B
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is Web API Routing?
Explain server side state management system.
What is server redirect?
How can you pass multiple complex types in Web API?
What is asp.net response object?
Define static member?
Name the namespace which is used by ado.net?
Why is mvc better than asp.net?
Explain the use of resource manager class in .net.
What is bound controls
What is global.asax file used for?
Explain what is an abstract class?
How can you make sure that web api returns json data only?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
What’s the use of “GLOBAL.ASAX” file?