Can you explain what inheritance is and give an example of
when you might use it?
There are two kinds of inheritance. They are Generalization
and specialization. Generalization is bottom to up function
and specialization is top to down function.
Example: We have one class. this class is called Employee.
and then employee class includes the following class. There
are Programmer,Staff and Manager. Because employee class
have ID,Name, and salary. If u want to call programmer class
to employee that is called generalization. and if u want to
call employee class to staff that is called specialization.
Is This Answer Correct ? | 0 Yes | 0 No |
Describe session handling in a webfarm?
Explain how asp.net different from asp?
Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications
Explain the overview of asp.net?
What are the advantages of Web API?
What is role-based security?
What is mta?
What are asynchronous callbacks?
About Global .asax ?
What is pre-init event in ASP.NET 2.0 page life cycle?
What kind of data can be stored in viewstate?
What is application variable in asp.net?