Usage
The virtual keyword allows to modify a method, property, indexer or event declaration and to be overridden in a derived class.
Example
public virtual double volume() { return len * width * height }
Extremely Serious
The virtual keyword allows to modify a method, property, indexer or event declaration and to be overridden in a derived class.
public virtual double volume() { return len * width * height }
© 2024 Ron and Ella Wiki Page
Theme by Anders Noren — Up ↑
Leave a Reply