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
Expalin the way you implement inheritance by using VB.NET/C#?
What is routing in c#?
What do you mean by hashtable c#?
what is a destructor?
In a single .NET DLL how many classes it contains?
What is the difference between a private assembly and a shared assembly?
Can we inherit sealed class in c#?
What is the difference between asp net and c#?
What are the differences between a class and a struct?
How do partial classes work in c#?
What are the methods in c#?
What are regular expressions? Search a string using regular expressions?
Can we override main method in c#?
What benefit do you get from using a primary interop assembly (pia)?
What is orm in c#?