PDA

View Full Version : how interface and implementation are seprated from each other in c++ 2011



saneha
04-29-2011, 07:24 AM
how interface and implementation are seprated from each other?

Vuhelper
04-29-2011, 07:25 AM
Class Structure shows that Interface (function prototype) and implementation (Definition and Logic) are separated from each other. So in such a way interface keeps separate from implementation. At higher level, you will learn in OOD