Answer Posted / mayur teli
Basic purpose is to use the defined structure/pattern of common implementation on the child location.
In other word we can say that when multiple people are working on same project if they need to use some common functionality (like initializing variables for their module) instead of writing their own method name(like init(), initialize(), setup()) if we write single method name (lets say init) then this method name can be implemented by any developer who derived....
and use to achieve multiple inheritance.
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is managed or unmanaged code?
Define an abstract class?
What is view state c#?
Explain the security with aop?
What is parameter c#?
How do I register my code for use by classic com clients?
What are the benefits of using generics in c#?
What are modifiers in c#?
What is unrecognized escape sequence in c#?
What operator means?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
What is xml serialization in c#?
Can we create instance of private class in c#?
What is the difference between properties and indexer in c#?
Define using statement in c#?