Modify the Object Oriented Programming philosophy that private and protected members are never completely forbidden from being accessed; the compiler or runtime system emits a warning (or query asking for permission) if they are. Allow tinkering. Let the user have the final say on the software that runs on his or her computer, not the API designer.
No comments :
Post a Comment