Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

MFC job interview questions and answers

Status
Not open for further replies.

complete

Computer
Joined
Aug 11, 2006
Messages
1
Location
US
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?
 
I suggest that you try this on Tek-Tips, which is more oriented to software and software programming.

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



 
1) stick virtual in front of it
2) to make it pure virutal, add "= 0;" after the declaration
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top