Loading...
 
JoiWiki » Developer » MS Office » VBA Theory » VBA Inheritance or Lack of VBA Inheritance or Lack of

VBA Inheritance or Lack of

Inheritance in VBA

 So apparently way back in yesteryear it was decided that VBA didn't need to support inheritance per-se, which is really annoying when you want to set up a nice collection of related classes!. What it does instead, which may or may not suit your needs, is allow you to designate a default property and that essentially offers the methods and members of the default property when an instance of the (would ordinarily be) inheriting class is created. Which in english means.. (to be completed)

 

 

 

 

 

 

 

 

Created by JBaker. Last Modification: Sunday March 10, 2019 19:23:21 GMT by JBaker.

Developer