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
What is instantiating a class?
Write a syntax for writing a event delegate.
What is trim in c#?
What is yield return in c#?
Give some examples of commonly used i/o classes?
Define Abstract Class in C#
Can we declare class as protected?
Explain about Error handling and how this is done
Where value types are stored in c#?
Explain different properties of object oriented systems.
What is overloading with example?
How do I create a new form in c#?
Describe ways of cleaning up objects in c#.
Can int be null c#?
Which is more efficient for loop or while loop?