-
Method메소드코딩Coding/C#_용어 2020. 5. 14. 17:48728x90
A method is a set of code which is referred to by name and can be called (invoked) at any point in a program simply by utilizing the method's name. Think of a method as a subprogram that acts on data and often returns a value. Each method has its own name.
반응형'코딩Coding > C#_용어' 카테고리의 다른 글
[C#] 왜 partial class를 사용하는걸까요? (0) 2020.05.28 (C#)using System.Threading; (0) 2020.05.28 부울린연산자Boolean Operator, 비교연산자 (2) 2020.05.23 관리코드(Managed code)&비관리코드(Unmanaged code)& 중간언어(Intermediate Language, IL) (0) 2020.05.15 인터페이스Interface(c#) (0) 2020.05.14 Pointer포인터형식 (0) 2020.05.14 대리자C#[delegates] (0) 2020.05.14 Array Class (0) 2020.05.14