Ignore:
Timestamp:
Aug 6, 2024, 4:05:44 AM (30 hours ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
c03af31
Parents:
1c957a11
Message:

Wording changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/jiada_liang_MMath/intro.tex

    r1c957a11 raf5baae  
    299299\begin{enumerate}
    300300\item
    301 overloading: provides a general pattern to overload functions, literal, and variable for polymorphic enumerations.
    302 \item
    303 scoping: implement name spacing scheme for enumerations.
    304 \item
    305 safety: define a safe enumeration conversion scheme.
    306 \item
    307 harmonization: allows enumeration to carry data.
    308 \item
    309 inheritance: define containment inheritance for enumerations.
     301overloading: provides a pattern to overload functions, literal, and variable for polymorphic enumerations.
     302\item
     303scoping: adds name space for enumerations.
     304\item
     305safety: defines a safe enumeration conversion scheme.
     306\item
     307harmonization: allows enumeration to be mapped with data.
     308\item
     309inheritance: implements containment inheritance for enumerations.
    310310\end{enumerate}
    311311
Note: See TracChangeset for help on using the changeset viewer.