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
Difference between abstract classes and interfaces
What is type checking in c#?
What is ildasm and obfuscator in net?
What is delegate in c# interview questions?
What are variables in c#?
Where do we use serialization in c#?
How can you prevent escaping on backslashes in C# with string definitions?
What are the methods in c#?
What is difference between Trace and Debug
What are "class access modifiers" in C#?
What is mvc firstordefault?
Does c# replace c++?
Is c# front end or back end?
What is func delegate in c#?
What is regex replace in c#?