MFC job interview questions and answers
MFC job interview questions and answers
(OP)
I thought it would be helpful to start a thread discussing possible MFC job interview questions and answers.
For starters:
How would you define a virtual function?
For starters:
How would you define a virtual function?





RE: MFC job interview questions and answers
This forum, ostensibly, is about the engineering of a programming language. Although, I'll have to admit that I can't remember a single question that I thought should actually be asked in this forum.
TTFN
RE: MFC job interview questions and answers
2) to make it pure virutal, add "= 0;" after the declaration