Developing object-oriented applications with E3 – Part I
1) Defining project’s architecture First, the programmer must ask these questions: “Which parts of the application will be repeated?”, “How could I return values in parameterized objects?” The most common…