Yurttas/PL/OOL/Cplusplus/F/03/02/00/00.html

Revision as of 22:05, 6 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="divone"><span class="h4"> [http://wiki.zcubes.com/yurttas/ Dr.Salih Yurttas ] - [mailto:yurttas@zcubes.com yurttas@zcubes.com] </span></div><div class="divone"><...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
programming languages - design principles, implementation constructs
c++

  1. abstraction mechanisms: classes and operator overloading
    1. operator overloading
      1. basic rules -
        • operator functions - set of overloadable operators functions defining meanings for the following operators can be declared: + - * / % ^ &
          | ~ ! = < > +=
          -= *= /= %= ^= &= |=
          << >> >>= <<= == != <=
          >= && || ++ -- ->* ,
          -> [] () new new[] delete delete[]

<< | >>


1 | basic facilities << 3 >> class derivation | 5 | 6 | 7 | 8