Hi All,
I am building some material for OOP (object oriented programming) in VBA, so can anybody list me the OOP concepts which are available in VBA?
for example from my reading I discovered that:
- inheritance is not available in VBA !!!
- encapsulation concept is there as you can use access modifier "private" and build a public property.
Thank you,