ThesaHelp: references t-z
Topic: uniform reference to data
Group: data value
Topic: software change management
Topic: configuration management
Topic: generic operations and polymorphism
Topic: variable as function that accesses an object's value
Topic: data type by access rights
Topic: constants
Topic: iterator
Topic: inheritance by delegation
| |
Reference
Wiltamuth, S.,
"The C# programming language",
Dr. Dobb's Journal, October 2000, pp. 21-32.
Google
Quotations
22 ;;Quote: C# has a unified type system with boxed values; e.g., allows Stack to store elements of any type, including int
| 24 ;;Quote: C# overrides must include the override keyword; supports versioning when a base class introduces a new method
| 24 ;;Quote: a C# property defines accessors to read and write its value; like fields and methods
| 24 ;;Quote: C# defines five levels of accessibility; internal if limited to containing program, protected if limited to class and subclasses
| 26 ;;Quote: C# constants are computed at compile time and accessed via their class
| 26 ;;Quote: C# foreach for classes with IEnumerator, IEnumerable, and Changed event; invalidated on modification
| 28 ;;Quote: a C# delegate is a method plus an object or class; like a function pointer; normal call
|
Related Topics
ThesaHelp: references t-z (309 items)
Topic: uniform reference to data (34 items)
Group: data value (19 topics, 428 quotes)
Topic: software change management (48 items)
Topic: configuration management (24 items)
Topic: generic operations and polymorphism (65 items)
Topic: variable as function that accesses an object's value (21 items)
Topic: data type by access rights (20 items)
Topic: constants (21 items)
Topic: iterator (13 items)
Topic: inheritance by delegation (8 items)
|