Talk:Uniform function call syntax
| This article is rated Start-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||||||||
| ||||||||||||||||||||||||
Capitalisation
Why is it capitalised? Shouldn't it be "uniform function call syntax" (in the title, "Uniform function call syntax")?
--Mortense (talk) 16:24, 18 October 2020 (UTC)
C# Extension methods
Isn't this the same as Extension Methods in C#? — Preceding unsigned comment added by 2A02:810A:EC0:24F4:AEFD:CEFF:FE3D:9E83 (talk) 08:13, 16 February 2022 (UTC)
- Not really. Extension Methods work very differently, and can only be attached to specific types, and can only be called in method way. UFCS can be polymorphic and templated, can be overloaded, and shadowed, and can be called as a function, method or property-like.
- It is very similar, but not quite there, and also implemented rather differently. ~2025-33515-70 (talk) 02:46, 16 November 2025 (UTC)
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.

