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 class in oops with example in c#?
What do you mean by streamreader/streamwriter class in c#?
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
How do I create a delegate/multicastdelegate?
What is join in c#?
What is a delegate in c#?
What is data annotation in c#?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
What is serializable in c#?
What are instance fields in c#?
How many types of inheritance are there in c#?
What does console readline do in c#?
How to transpose multi-dimensional array?
Define interface class in c#?
Where’s global assembly cache located on the system?