C++ Primer Plus_Review

OOP emphasizes the data, unlike procedural programming, which emphasizes algorithm;

Whereas OOP emphasizes the data aspect of programming, generic programming emphasizes the algorithmic aspect. And its focus is different.

 

Creating a reference variable using &(declaring reference); &

posted on 2012-05-19 15:03  operation_master  阅读(93)  评论(0)    收藏  举报

导航