Sciweavers

SIGPLAN
2002

A modest proposal for curing the public field phobia

13 years 4 months ago
A modest proposal for curing the public field phobia
Field accessor methods have become a ubiquitous feature of object-oriented programming. The definition and use of such methods promote code bloat and an unnatural expression style. We propose a simple addition to the C++ language move the burden of providing abstraction support for fields from the programmer to the compiler. Keywords Field; object accessor method; getter methods; overloading; C++
Diomidis Spinellis
Added 23 Dec 2010
Updated 23 Dec 2010
Type Journal
Year 2002
Where SIGPLAN
Authors Diomidis Spinellis
Comments (0)