Can you explain what inheritance is and an example of when
you might use it?
Answer Posted / ramgopal reddy
When you want to inherit (use the functionality of) another
class. Base Class Employee. A Manager class could be derived
from the Employee base class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many types of validators are there in asp net?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What are the merits and demerits of viewstate?
How does asp page work?
What is a query string in a url?
Explain form level validation and field level validation?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Describe the Server Control Events of ASP.NET?
what is silver light when will we use silver light,
What is session in asp.net?
What is advantage of asp.net?
What are the different web pages?
Is it true that a Web service must be written in .NET or not?
What is the difference between pathparam and queryparam?
What’s the difference between response .redirect and server.transfer?