Microsoft pripravuje nový jazyk F#
Diskusia k článku: Microsoft pripravuje nový jazyk F#
Prispievajte do diskusií ako
prihlásený užívateľ.
Komentár, na ktorý odpovedáte:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: nepatri aj c++
Od: Bozzzzz
|
Pridané:
2008-09-09 15:20:40
btw
C++:
allows header files and other class files to be included using the #include keyword.
C++:
supports the switch statement, and fall through.
C#:
supports inheritence, but not multiple, only 1 override per method/function/
C#:
does not support fall through in the switch statement, and i have not come across any replacement.
|