2
VBA can be considered an object-oriented language?
Despite having getters and setters (or Letters… rsrsrs), implementation of classes, methods and attributes, lacks the concepts of encapsulation, inheritance, polymorphism, etc (or has and I do not know?).
If there are methods to implement all the concepts of POO, I would very much like to know.
Anyway, I would very much like to know if that language fits this concept.
In the link below has this same question that I did, the user Mathieu Guindon shows exactly what you said, showed ways to apply POO to VBA. https://stackoverflow.com/questions/31858094/is-vba-an-oop-language-and-does-it-support-polymorphism. I just didn’t get one thing, why it’s not interesting to apply POO to VBA.
– Gustavo Queiroz
I wasn’t so fond of that reply, it seems to me to confuse some things.
– Maniero