S
shapper
Hello,
I have two classes defined as follows:
Public Class Parent
...
Public Class Child
...
End Class
End Class
Parent class has 10 properties which will be used in Child class.
Is it possible to make those properties accessible from child class?
Or do I need to create properties in child class and then "pass" the
values of the Parent properties to child?
Thanks,
Miguel
I have two classes defined as follows:
Public Class Parent
...
Public Class Child
...
End Class
End Class
Parent class has 10 properties which will be used in Child class.
Is it possible to make those properties accessible from child class?
Or do I need to create properties in child class and then "pass" the
values of the Parent properties to child?
Thanks,
Miguel