How does VB.NET/C# achieve polymorphism?
Answer Posted / anand gopal makwa munger
1.Function overloading.
2.Operator overloading.
You can achieve by checking the Dependency Like Below.
1.Function overloading Doesn't depends on Return type it must be same.
2.Name must be same.
3.It depends on Number of parameter. Parameter must be different.
4.it depends on different datatype of parameter.
5.It depends on order of parameter.
6.it does't depends on parameter name.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using session?
What is localhost in asp.net?
In the Repeater control which way you can edit?
What is the difference between CLICK and MOUSE DOWN Event ?
What is inproc and outproc?
Is asp.net core faster?
Explain advantages of caching?
Explain about Automatic resource management?
Why session management is required?
Explain the components of web form in asp.net
What are the steps involved to fill a dataset?
Why do we use asp.net?
What is query string in asp.net?
What is authorization in asp.net?
To display data in a Repeater control which template you provide?