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
What is diff. Between abstract class and an interface?
What is manifest in .net framework?
What is http only cookie?
Explain authorization levels in .net ?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
Describe paging in asp.net?
What are the parts of an http response?
How can you dynamically add user controls to a page?
What are validator? Name the validation controls in asp.net?
How does session work in asp net?
How do you handle server controls?
How does exception management works in ASP.NET?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
Why is string called immutable data type?
Describe the application event handlers in ASP.NET?