But today I want to push a very clear notion in support of object-oriented programming in VBA.
OOP will let your IMPERATIVE Programming into DECLARATIVE
IMPERATIVE means: To tell computer What to do? and How to do it?
DECLARATIVE means: to tell computer only What To Do!
Once we have designed a class for general methods and functions, our coding in General Module will be DECLARATIVE.
DECLARATIVE programming is fun, readable and neat & clean.
Hope this will help VBA Developers to get their self, practice more seriously in the OOP domain.
#kamalam
No comments:
Post a Comment