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