What is virtual method in DOTNET? (What is a virtual method)

Source: Internet
Author: User
Tags dotnet

We can override any method of parent with out virtual, its all of inheritance fundas

Override [override] Keyword: We can override any method in the parent class, just based on inheritance (unrelated to the virtual method)

 

Virtual does not means only for overridden. Its for special purpose call Runtime polymorphism.

The virtual method is not only override, but also to use Runtime polymorphism.

Abstract methods must be rewritten in the derived class. This is similar to the interface, and virtual methods are not required.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.