Answer Posted / pradip kr sen
Basic Purpose is to use the defined structure/Pattern of
common implementation on the child location.
For example , in a straightline interface you defined
{x1,y1} and {x2,y2} as a parameter.
So while constructing triangle class with the help of
straighline interface(through inheritance) , you need to
follow the same number of parameter defined
on 'Straighline' Interface.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Why is main static in c#?
What is the root element of an xml file?
What is decimal in c#?
What is the use of protected in c#?
write a C# Program add two matrix ?
What is static variable in c#?
How many digits are in an integer?
Why do we need events in c#?
What is difference between static and constant variable?
Can we call server-side code (c# or vb.net code) from javascript?
Can we declare class as protected?
How to prevent the error while updating ui control from another thread?
Give an example of a directcast.
Why do we use static methods in c#?
Difference between a sub and a function in c#.