본문 바로가기
ENGLISH

polymorphism(다형성)

by edupicker(체르니) 2008. 11. 12.


In this section, you will learn about one of VB.NET’s most exciting features: method overloading.
이번에는 VB.NET의 가장 흥미로운 특징인 오버로딩 메서드에 대해서 배우게 될 것이다.
In VB.NET, two or more methods within the same class can share the same name, as long as their parameter declarations are different.
VB.NET에서 같은 클래스 내에서 2개 또는 그 이상의 메서드들이 같은 이름으로 같이 쓸 수 있다.
When this is the case, the methods are said to be

overloaded, and the process is referred to as method overloading.
이럴 경우에 메소드들이 오버로드 되었다고 말하고 과정을 메서드 오버로딩이라고 부른다.
Method overloading is one
of the ways that VB.NET implements polymorphism.
메서드 오버로딩은 VB.NET으로 다형성을 구현하는 방법들 중 하나이다.

'ENGLISH' 카테고리의 다른 글

de facto  (0) 2010.02.26
error-prone  (0) 2010.01.04
at about the same time  (0) 2008.11.06