Since primitive types in C++ are not objects and must be turned into objects via wrapper classes in order to use the "attributes as objects" accessor methodology, does this pose a significant risk to performance? Is it still considered good OO design to use a different accessor methodology?



LinkBack URL
About LinkBacks



