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
Is session stored in browser?
What parameters can you pass in the url of the api? Can get and post use the same url?
Define static constructor?
Which two new properties are added in asp.net 4.0 page class?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
What is http response header?
What is the use of autowireup in asp.net?
What is postback in asp net?
Why is string called immutable data type?
Can you explain autopostback?
What is a swagger in web api?
State differences between MVC and WebAPI
Define xmlvalidatingreader class.
What is the page life cycle in asp.net?