• Keine Ergebnisse gefunden

Advanced Aspects of Object-Oriented Programming Summer 2015 MP1 2nd Matrkl.Nr. Grade

N/A
N/A
Protected

Academic year: 2022

Aktie "Advanced Aspects of Object-Oriented Programming Summer 2015 MP1 2nd Matrkl.Nr. Grade"

Copied!
1
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Advanced Aspects of Object-Oriented Programming

Summer 2015 MP1 2nd

Matrkl.Nr. Grade

Grades Overview

375646 3,3 Grade Min. Points Count

378319 4,0 1,0 50 0

384139 1,7 1,3 47 0

384705 2,0 1,7 44 1

392638 5,0 2,0 41 1

2,3 38 0

2,7 35 0

3,0 32 0

3,3 29 1

3,7 26 0

4,0 23 1

5,0 0 1

1,0 1,3 1,7 2,0 2,3 2,7 3,0 3,3 3,7 4,0 5,0 0

1 2

Noten Fasoop SS 2015 2nd

Grade

Count

Referenzen

ÄHNLICHE DOKUMENTE

the concepts of classification, generalization and aggregation, are provided but also modularity (keeping logically related things together}, information hiding

Figure 1: Class diagram of Strategy pattern Design patterns are classified by their purposes into three categories of patterns: creational, structural and behavioral

Advanced Aspects of Object-Oriented Programming. Summer

c) The output is overloadedMethod (Collection <?>), because overloading is resolved at compile time and at compile time the parameter t has type List < T > , such that

Refine the behavior of the getChar() method such that it returns the next character of the string if the position is not at the end and that it returns -1 if the reader is at the end

b) If the set of types / roles can be given at compile time and it will not change for an object during its lifecycle, it is usually a good idea to use subtyping and, if

b) Implement a StringReader. First add an interface equivalent to the BlankReader including the specification of the behavior. Second add an implementation of StringReader that

b) If the set of types / roles can be given at compile time and it will not change for an object during its lifecycle, it is usually a good idea to use subtyping and, if