Theos PowerBasic Museum 2017

Archive => Discussion - Legacy Software (PBWIN 9.0+/PBCC 5.0+) => Topic started by: Roberto Valois on March 27, 2009, 07:44:12 PM

Title: Virtual Method?
Post by: Roberto Valois on March 27, 2009, 07:44:12 PM
Hi All,
Does anybody know if there is something similar to C++ virtual member function in the new PB9 OOP?
I look around and did not find anything.
Thank you,
RValois.
Title: Re: Virtual Method?
Post by: José Roca on March 27, 2009, 09:47:51 PM
 
PB classes are COM classes, not C++ classes.
Title: Re: Virtual Method?
Post by: Roberto Valois on March 28, 2009, 05:13:04 PM
Hi José,
Thank you for the answer.
My COM knowledge is about the same that the Balé knowledge that I have. So, I assume, from your answer, that PB does not has such mechanism
Regards,
RValois.