E
ezzatm
I've a very simple question:-
if I run any method in the Mybase class, what exactly it will run
against?
e.g.
Let's say i have in my project a form (form1)
when i add such lines of code:
mybase.hide
mybase.height = 100
it runs against form1 (form1 is hided, form1 height changes)
but isn't mybase a base class which is shadowed or overriden by a
derived class?
Isn't this like referrring to a form.hide, or textbox.clear
which form and which text box??
if I run any method in the Mybase class, what exactly it will run
against?
e.g.
Let's say i have in my project a form (form1)
when i add such lines of code:
mybase.hide
mybase.height = 100
it runs against form1 (form1 is hided, form1 height changes)
but isn't mybase a base class which is shadowed or overriden by a
derived class?
Isn't this like referrring to a form.hide, or textbox.clear
which form and which text box??