[tsc-devel] Re: The abstract cScene class...

datahead | Fri, 16 Oct 2015 22:58:20 UTC

Post via forum by datahead <…9@x…>:
I hadn't realized most of the derived classes were calling the base class implementations of the (currently empty) Scene methods.

However, according to this reference, we can still have base class default implementations for pure virtual functions if we want to:
http://www.programmerinterview.com/index.php/c-cplusplus/pure-virtual-function/

If we make them pure virtual, though, I would probably say we should not have a default implementation for now if it is going to be empty.



-- 
Sent by Chessboard.

By Thread
2015-10-16 22:36:33datahead[tsc-devel] The abstract cScene class...
2015-10-16 22:58:20datahead[tsc-devel] Re: The abstract cScene class...
2015-10-17 08:06:43QuintusRe: [tsc-devel] Re: The abstract cScene class...
2015-10-21 05:21:18datahead[tsc-devel] Re: The abstract cScene class...
By Date
[tsc-devel] The abstract cScene class...datahead2015-10-16 22:36:33
[tsc-devel] Re: The abstract cScene class...datahead2015-10-16 22:58:20
Re: [tsc-devel] Re: The abstract cScene class...Quintus2015-10-17 08:06:43
[tsc-devel] Re: The abstract cScene class...datahead2015-10-21 05:21:18