• Keine Ergebnisse gefunden

Advanced Aspects of Object-Oriented ProgrammingSummer 2015 MP1Matrkl.Nr.Grade

N/A
N/A
Protected

Academic year: 2022

Aktie "Advanced Aspects of Object-Oriented ProgrammingSummer 2015 MP1Matrkl.Nr.Grade"

Copied!
1
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Advanced Aspects of Object-Oriented Programming

Summer 2015 MP1

Matrkl.Nr. Grade

Grades Overview

370129 2,7 Grade Min. Points Count

371477 2,3 1,0 50 2

371664 2,3 1,3 47 0

372303 4,0 1,7 44 0

372317 2,0 2,0 41 3

373829 2,3 2,3 38 3

375609 3,7 2,7 35 2

375924 3,0 3,0 32 3

376337 3,3 3,3 29 1

379459 2,7 3,7 26 1

380010 1,0 4,0 23 1

380313 3,0 5,0 0 4

384705 5,0 388706 3,0 392638 5,0 394519 2,0 395175 2,0 395314 5,0 395318 5,0 395706 - M.Sageb. 1,0

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

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

Grades Fasoop SS 2015

Grade

Count

Referenzen

ÄHNLICHE DOKUMENTE

Advanced Aspects of Object-Oriented Programming. Summer 2015

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

a) Write a generic static method flip which takes an object of class Pair (see the slides of the lecture) and flips the elements of the given Pair object. Hint: In order to flip

• Guarantees of the type system cannot be used anymore.. 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