Changeset af5baae for doc/theses/jiada_liang_MMath/intro.tex
- Timestamp:
- Aug 6, 2024, 4:05:44 AM (3 months ago)
- Branches:
- master
- Children:
- 2ca7fc2, c03af31
- Parents:
- 1c957a11
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/jiada_liang_MMath/intro.tex
r1c957a11 raf5baae 299 299 \begin{enumerate} 300 300 \item 301 overloading: provides a generalpattern 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 carrydata.308 \item 309 inheritance: definecontainment inheritance for enumerations.301 overloading: provides a pattern to overload functions, literal, and variable for polymorphic enumerations. 302 \item 303 scoping: adds name space for enumerations. 304 \item 305 safety: defines a safe enumeration conversion scheme. 306 \item 307 harmonization: allows enumeration to be mapped with data. 308 \item 309 inheritance: implements containment inheritance for enumerations. 310 310 \end{enumerate} 311 311
Note: See TracChangeset
for help on using the changeset viewer.