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
Explain About sn.exe
What is wcf c#?
can multiple catch blocks be executed for a single try statement?
What are types of constructor?
How big is an int in c#?
What does console mean c#?
Are objects passed by reference in c#?
What is delegates in c#?
Can we extend static class in c#?
Explain boxing and unboxing in c#?
Can namespace contain the private class?
Explain about WSDL
what is IEquatable
Explain how do I get deterministic finalization in c#?
what is partial assembly reference