adsense


Thursday, 26 November 2015

C++ LANGUAGE DESIGNING STRATEGY

COMPUTER LANGUAGES HTML,C,C++.JAVA,.NET AND MULTIMEDIA basics and programs click home button



C++ LANGUAGE DESIGNING STRATEGY






Designing Strategy 


Abstraction separates code into interface and implementation. 
So while designing your component, you must keep interface 
independent of the implementation so that if you change 
underlying implementation then interface would remain intact. 
In this case whatever programs are using these interfaces, 
they would not be impacted and would just need a recompilation 
with the latest implementation. 



No comments: