Java
VB.Net
OOP Object Oriented Programming
Learn programming C#
C#
exercises
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...
Class Photo Album
Create a class "PhotoAlbum" with a private attribute "numberOfPages." It should also have a public method "GetNumberOfPages", which will return the...
Class Shapes
Using Visual Studio, create a project and the corresponding classes (using several files) for this classes diagram....
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...
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...
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...
Class Colored Circle
Expand the January 10th exercise (shapes + square), so that it can also store data about "Colored Circles":...