Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
in VB.NET wou should put before the method name "Overridable" to declare that this method can be overrided in sub classes, and in sub class if you want to override that method add "Overrides" before its name and it will be overrided, on the other hand, the C# deals like this too
make is virtual. google inheritence and abstract classes for it
self exploring isthe best way of learning