Get up to 80 % extra points for free! More info:

Lesson 20 - Structures, boxing, partial members and methods in detail

In the previous exercise, Solved tasks for OOP in VB .NET lesson 19, we've practiced our knowledge from previous lessons.

In the previous lesson, Solved tasks for OOP in VB .NET lesson 19, you learned all about events. Now, I would like to welcome you all to the last two lessons of our object-oriented programming in Visual Basic .NET course. Since you've gotten this far, you most likely already know how to program very well, congratulations :) These last two lessons contain several final constructs that we haven't gone over yet because most people don't use them too often. We won't go into them too far into detail, but knowing all that you do up until now, you could probably figure the rest out on your own. The main reason as to why I won't go too far into detail is that there are a lot of them and it is best if you understand what they are there for in case you ever need to use them. If you ever forget what any of them do, just come back and re-read the lesson.

Structures

Back when we discussed value and reference types, we learned that classes are stored on the heap using references. While primitive types, e.g. Integer, are stored directly in the stack. Imagine if we wanted to create a data type that would be very small, wouldn't be used very often and would have many instances of it declared (e.g. a matrix, complex number or vector). In that case, it wouldn't be wise to create it as a class. Instead, we would use structures for these intents and purposes.

We declare a structure much like


 

...End of the preview...
Continue further

You will gain knowledge worth hundreds of thousands for a few crowns

You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.

Buy this course

Buy all currently available lessons with exercise submitting and other features for just $15.30
Current account balance $0
By buying this package, you'll have access to all 31 articles (21 lessons, 10 practical exercises) in this course.

This article is licensed: Premium, by buying this article, you agree with the terms of use.

What will you get from us in the next lessons?
  • Unlimited and permanent access to individual lessons.
  • High quality IT knowledge.
  • Skills to help you get your dream and well-paid job.

Article description

Requested article covers this content:

In this tutorial, we'll discuss structures, boxing, partial members, and methods in detail in VB .NET.

You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.

Article has been written for you by Michal Zurek
Avatar
Activities