edit-task
Home
Up
Delete
Task Name:
Task Description:
key language features with a description of each and an example of how to implement it
TaskGroup ID:
Start Date:
Start Time:
Duration:
Priority:
Status:
To Do
Completed
In Process
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">language features pages</h1> <h2>[previously]</h2> <ol> <li>]including ... ] applications,</li> </ol> <h2>[currently]</h2> <ol> <li>] list of language features, definition and descriptionm,</li> <li>] for each language</li> </ol> <h2>[next]</h2> <ol> <li><strong>] types</strong></li> <ol> <li>] int</li> <li>] float</li> <li>] struct</li> <li>] char </li> <li>] string</li> <li>] ....</li> </ol> <li><strong>] objects</strong></li> <ol> <li>]</li> </ol> <li><strong>] create a class</strong></li> <ol> <li>] properties -</li> <li>] methods -</li> <li>] events -</li> <li>] ex class = Car,</li> <ol> <li>] properties = {wheels, type, color, doors}</li> <li>] methods = start(), stop(), steer()</li> <li>] events = carStarted(){}</li> </ol></ol> <li><strong>] inheiritance ( ex car from vehicle)</strong></li> <ol> <li>] inheirit properties, methods from another (base) class </li> </ol> <li><strong>] interface</strong></li> <ol> <li>]</li> </ol> <li><strong>] events <br /></strong></li> <ol> <li>] <strong>ex = car move </strong>- every time a car moves, update the position properties</li> </ol> <li><strong>] anonymous function (aka lambda)</strong></li> <ol> <li>]</li> </ol> <li><strong>] delegate </strong></li> <ol> <li>]</li> </ol> <li><strong>] closure ( inner function)</strong></li> <ol> <li>]</li> </ol> <li>]</li> </ol>