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 the difference between constants and read-only?
Describe an abstract class?
What is namespace give the example?
Is arraylist faster than linkedlist?
Which is faster dictionary or hashtable?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
Name some properties of thread class.
How do I edit a dll file?
Is clr a compiler?
In gridview in editmode if we want to display information in one combobox based on
What are abstract classes in c#?
How can I use .NET components from COM programs?
Is hashset serializable c#?
Why delegates are type safe?
What is an ienumerable in c#?