~ubuntu-branches/ubuntu/trusty/c++-annotations/trusty

« back to all changes in this revision

Viewing changes to yo/inheritance/objectconv.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2011-09-12 16:08:05 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: package-import@ubuntu.com-20110912160805-r9dq68beojgzuien
Tags: 9.0.2-1
New upstream release (editorial changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        verb(
13
13
    com = navcom;
14
14
        )
15
 
    The effect of this assignment will be that the object tt(com) will now
16
 
communicate with tt(intercom2).  As a tt(ComSet) does not have a tt(VHF_Dial),
 
15
    The effect of this assignment is that the object tt(com) now
 
16
communicates with tt(intercom2).  As a tt(ComSet) does not have a tt(VHF_Dial),
17
17
the tt(navcom)'s tt(dial) is ignored by the assignment. When assigning a
18
18
base class object from a derived class object only the base class data members
19
19
are assigned, other data members are dropped, a phenomenon called