-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport.bib
More file actions
48 lines (42 loc) · 1.36 KB
/
report.bib
File metadata and controls
48 lines (42 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
@ARTICLE{for,
AUTHOR = "Jim Waldo.",
TITLE = "Controversy: The Case For Multiple Inheritance in C++",
JOURNAL = {Computing Systems},
VOLUME = {Vol. 4},
NUMBER = {2},
YEAR = 1991}
@ARTICLE{examples,
AUTHOR = "Jim Waldo.",
TITLE = "Controversy: The Case For Multiple Inheritance in C++",
JOURNAL = {Computing Systems},
VOLUME = {Vol. 4},
NUMBER = {2},
PAGES = {160},
YEAR = 1991}
@ARTICLE{against,
AUTHOR = "T.A. Cargill",
TITLE = "Controversy: The Case Against Multiple Inheritance in C++",
JOURNAL = {Computing Systems},
VOLUME = {Vol. 4},
NUMBER = {1},
YEAR = 1991}
@ARTICLE{date,
AUTHOR = "T.A. Cargill",
TITLE = "Controversy: The Case Against Multiple Inheritance in C++",
JOURNAL = {Computing Systems},
VOLUME = {Vol. 4},
NUMBER = {1},
PAGES = {69},
YEAR = 1991}
@misc{java8,
title = {Multiple Inheritance of State, Implementation, and Type},
author = "Oracle",
howpublished = {\url{http://docs.oracle.com/javase/tutorial/java/IandI/multipleinheritance.html}},
note = {Accessed: 2015-24-04}
}
@misc{javaCompiler,
title = {Overriding and Hiding Methods},
author = "Oracle",
howpublished = {\url{https://docs.oracle.com/javase/tutorial/java/IandI/override.html}},
note = {Accessed: 2015-24-04}
}