| Brown, P. Access Rules for C++. In AT&T C++ Language System Selected Reading, AT&T, 1989. |
....protected) method of one class may be inherited as or refined to a private method by another class. This can be modelled by attaching an attribute, Access, to the MethodOf relationship. The rules for determining whether a class grants public, private or protected access to a method are given in [2]. RefinementOf m 1 is a RefinementOf m 2 (where m 1 is RefinedBy c 1 and m 2 is FirstDeclaredBy c 2 ) iff the signatures of m 1 and m 2 are identical, c 2 is a public superclass of c 1 or an immediate private superclass of c 1 , m 2 is a public or protected method of c ....
Brown, P. Access Rules for C++. In AT&T C++ Language System Selected Reading, AT&T, 1989.
Online articles have much greater impact More about CiteSeer.IST Add search form to your site Submit documents Feedback
CiteSeer.IST - Copyright Penn State and NEC