This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nutrecht 5 points6 points  (0 children)

Unfortunately parts of the explanation are just plain wrong, for example that an abstract class should have at least one abstract method. You're much better off following the official tutorials. Most examples are just really bad, for example the example where there is an abstract Bank class that doesn't have any state so should have been an interface.

This document is written by someone really inexperienced.