polymorphism1 polymorphism(다형성) 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.. 2008. 11. 12. 이전 1 다음