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
Is viewstate enabled by default?
How do u deploy ur project?
What are the different kinds of assemblies?
What is the state management in asp.net?
What is dynamic web page with example?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What are the Types of session management in ASP.NET
How can you register a custom server control to a web page?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
Why is global asax is used?
What is application in asp net?
Are cookies client side or server side?
What are the various types of cookies in asp.net?
How do I publish my asp.net application to my isp's web server?
Describe how passport authentication works.