Ignore:
Timestamp:
Aug 6, 2024, 4:01:50 AM (30 hours ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
1c957a11
Parents:
0e6cf54c
Message:
  1. Update contribution; 2. update loop subsection; 3. rangeLoops.cfa are the code example used in loop section
File:
1 edited

Legend:

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

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