Page 1 of 1
PureBasic with Classes & Objects (OOP Programming)
Posted: Sun Aug 19, 2018 10:47 am
by Stephane34
Hey support,
Can you please add the Object Oriƫnt Programming Concepts for PureBasic.
I think with:
Base Classes
Derived Classes
Inheritance
Encapsulation
Polymorfisme
Delegates
Scope: private, public, protected
The Class Keyword, Object keyword
I hope that you this implemented this in the next upgrade version
Re: PureBasic with Classes & Objects (OOP Programming)
Posted: Sun Aug 19, 2018 10:58 am
by luis
I like the fact you spent a lot of time searching the forum before making your first post.
viewtopic.php?f=3&t=53235
Re: PureBasic with Classes & Objects (OOP Programming)
Posted: Sun Aug 19, 2018 11:47 am
by mk-soft
This discussion has been mentioned many times and will not come.
Purebasic is procedure oriented and supports the call of objects.
This allows you to create objects yourself, just like in "C".
This is quite sufficient.
I prefer to create my own objects as needed rather than fighting through a huge framework library.
Many have provided includes or precompilers as support for objects.
See my BaseClass... (signature)
Re: PureBasic with Classes & Objects (OOP Programming)
Posted: Sun Aug 19, 2018 1:24 pm
by Dude
Stephane34 wrote:I hope that you this implemented this in the next upgrade version

Re: PureBasic with Classes & Objects (OOP Programming)
Posted: Sun Aug 19, 2018 2:36 pm
by luis
Considering the motivation behind the scene involving Obi-Wan-Kenobi, this must actually be the language he's looking for then.
