Re: [Audyssey] For Philip re: BGT interfaces vs inheritance.

2012-01-22 Thread Christopher Bartlett
Thank you both for your responses. Thomas, yes that was quite clear. Philip, I am themadviolinist on the forum as on audiogames.net. Christopher Bartlett --- Gamers mailing list __ Gamers@audyssey.org If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org. You

[Audyssey] For Philip re: BGT interfaces vs inheritance.

2012-01-21 Thread Christopher Bartlett
I'd post this question on the Blastbay forum, but I haven't received my approval yet. What is the use case for an interface v. classic inheritance in object definitions? I've looked through the BGT documentation and I sort of understand that you'd use an interface when you have some

Re: [Audyssey] For Philip re: BGT interfaces vs inheritance.

2012-01-21 Thread Thomas Ward
Hi Chris, I can try. As Philip says in the documentation inheritance is used when you have objects that are similar and share common variables and methods. An interface is used when you have two different classes that are very different but need to share one or more functions or variables. What

Re: [Audyssey] For Philip re: BGT interfaces vs inheritance.

2012-01-21 Thread Philip Bennefall
: Saturday, January 21, 2012 10:46 PM Subject: [Audyssey] For Philip re: BGT interfaces vs inheritance. I'd post this question on the Blastbay forum, but I haven't received my approval yet. What is the use case for an interface v. classic inheritance in object definitions? I've looked through the BGT