Back to Browse

Object Oriented Programming 4 – Methods

18.5K views
Jan 4, 2017
6:53

This is the fourth in a series of videos which introduce object oriented programming (OOP) using Visual Basic.NET (VB.NET). This video demonstrates how to write methods within a class, otherwise known as behaviours or operations. It also explains that a method can be implemented either as a public procedure or a public function that returns a value to its caller. Specifically, it shows how to implement a method that saves property values in a text file and returns a Boolean True to indicate success. Finally, this video defines the term 'encapsulation' which means data or complexity hiding. Later videos in the series will cover constructors, method overloading, inheritance and method overriding.

Download

1 formats

Video Formats

360pmp49.1 MB

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

Object Oriented Programming 4 – Methods | NatokHD