Back to Browse

Object Oriented Programming 5 – Method Overloading (Part 1)

12.3K views
Jan 8, 2017
5:17

This is the fifth in a series of videos which introduce object oriented programming (OOP) using Visual Basic.NET (VB.NET). This video demonstrates method overloading. A method can have multiple variations, each with the same name, but with a different set of parameters. Each variation of the same method is known as an overload, and can perform a different operation. This video also explains the requirement for each overload of a method to have a unique method signature. Later videos in the series will cover constructors, method overloading, inheritance and method overriding.

Download

1 formats

Video Formats

360pmp47.6 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Object Oriented Programming 5 – Method Overloading (Part 1) | NatokHD