Classes in pureBasic
Posted: Mon Jan 15, 2018 6:38 pm
Sorry everyone this will be the last one for a while.
Really trying to get this project started moving from vb6
I am NO proponent of FAD OOP design, BUT over the years I have gotten fond of using classes as an organizational tool, and using object composition.
I have done some online research on how people are creating classes in pureBasic, I would like to know what is your preferred method of creating classes in pureBasic?
All my classes do is keep variables, perform functions on those variables and trigger events. No inheritance, overloading, or other special stuff.
Any advice would be greatly appreciated.
Thank you!
Really trying to get this project started moving from vb6
I am NO proponent of FAD OOP design, BUT over the years I have gotten fond of using classes as an organizational tool, and using object composition.
I have done some online research on how people are creating classes in pureBasic, I would like to know what is your preferred method of creating classes in pureBasic?
All my classes do is keep variables, perform functions on those variables and trigger events. No inheritance, overloading, or other special stuff.
Any advice would be greatly appreciated.
Thank you!