may we achieve polyphormsm through overloading a funtion?Is
it right or wrong concept because i read polyphormism can
be achieved through overloading?plz help me thnks
Answer Posted / bhaskar
Yes. it can achive using Function Overloading for static
polymorphism
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a type c#?
What is the delegates in c#?
What is an assembly qualified name
What exception can an overridden method throw in comparison with the method it is overriding?
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
What is helper method in c#?
What is writeline?
What is difference between tostring() vs convert.tostring() vs (string) cast
What is the keyword used to prevent a class from being inherited by another class?
Why do we need generics in c#?
What is dataset c#?
What are controls in c#?
What are callback methods in c#?
Can you use all access modifiers for all types?
What is satellite assembly? And steps to create satellite assembly?