mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Update java.html.markdown
This commit is contained in:
parent
64c292a059
commit
9c9f2c6b9a
@ -305,9 +305,15 @@ Read more here: https://en.wikipedia.org/wiki/Java_(programming_language)
|
||||
## Further Reading
|
||||
|
||||
Other Topics To Research:
|
||||
-Inheritance (http://en.wikipedia.org/wiki/Inheritance_(object-oriented_programming))
|
||||
-Abstraction (http://en.wikipedia.org/wiki/Abstraction_(computer_science))
|
||||
-Exceptions (http://en.wikipedia.org/wiki/Exception_handling)
|
||||
-Interfaces (http://en.wikipedia.org/wiki/Interfaces_(computer_science))
|
||||
-Generics (http://en.wikipedia.org/wiki/Generics_in_Java)
|
||||
The links provided are just to get an understanding of the topic, feel free to google and find specific examples
|
||||
|
||||
* Inheritance (http://en.wikipedia.org/wiki/Inheritance_(object-oriented_programming))
|
||||
|
||||
* Abstraction (http://en.wikipedia.org/wiki/Abstraction_(computer_science))
|
||||
|
||||
* Exceptions (http://en.wikipedia.org/wiki/Exception_handling)
|
||||
|
||||
* Interfaces (http://en.wikipedia.org/wiki/Interfaces_(computer_science))
|
||||
|
||||
* Generics (http://en.wikipedia.org/wiki/Generics_in_Java)
|
||||
|
||||
* The links provided are just to get an understanding of the topic, feel free to google and find specific examples
|
||||
|
Loading…
Reference in New Issue
Block a user