Object Oriented Programming
Learn programming with Visual Basic (VB.net) exercises
Visual Basic (VB.net)
exercises
67
Classes Student + Teacher
Create a new project, and include in it the class Person that you just created. Create a class "Student" and another class "Teacher", both descenda...
106
Class Photo Album
Create a class "PhotoAlbum" with a private attribute "numberOfPages." It should also have a public method "GetNumberOfPages", which will return the...
72
Class Shapes
Using Visual Studio, create a project and the corresponding classes (using several files) for this classes diagram....
52
Class Vehicles
Using Visual Studio, create a project and the corresponding classes (using several files) for this classes diagram. Each class must include the attrib...
66
Class Square
Complete the project named "Shapes" (january 8th), adding a class named "Square" to it. For each square, we will store its starting X and Y coordinate...
67
Class Orders
Using Visual Studio, create a project and the corresponding classes (using several files) for this classes diagram. Each class must include the att...
59
Class Colored Circle
Expand the January 10th exercise (shapes + square), so that it can also store data about "Colored Circles":...