Relative Content

Tag Archive for object-oriented

Java OOP problem

I’m working on a Java programming assignment. In this assignment, there’s an immutable class Book and a mutable class BookCopy. You can have multiple BookCopy of the same Book.

Mapping complex objects to other similar complex objects

I am working on two applications that serve the same purpose. The first application is more feature rich and its types are more complex, but uses old technologies and will be retired. It will eventually be replaced by the second application which is now lacking some of the features in the first application and (currently) has simpler types.