How does VB.NET/C# achieve polymorphism?

Answer Posted / roopesh m.k

polimorphism is the one of the oops features, allows one
object to appear in different form by changing the type.

Two types:
1- Static eg:method overloading
2- Dynamic eg:method overriding

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between web user control and web custom control?

539


What is the default timeout for a cookie?

562


Explain an object, class and method.

562


What does asp in asp.net stand for?

523


Where viewstate value is stored in asp.net?

595






Which type of state management is provided by Query String in ASP.NET?

559


What is webresource axd?

469


Why do we need a web application session?

513


If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

573


What is a postback ispostback and autopostback in asp net?

481


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

2596


How can we inherit a static variable?

546


Which property is used to identify the Page is Post Back in ASP.NET?

561


How may clustered index we can create in table?

567


Differentiate strong typing and weak typing

530