Language/C&C++

[C/C++] Using 'virtual' and 'inline' keywords simultaneously.

yhcting 2007. 4. 4. 22:20
[[ blog 이사 과정에서 정확한 posting날짜가 분실됨. 년도와 분기 정도는 맞지 않을까? ]]

'virtual' is runtime-deterministic keyword. But 'inline' is compile-time-deterministic keyword....
I think 'virtual' has priority.... I haven't tested it yet!!! :-)