Java for Complete Beginners (Video), Part 38: Abstract Classes

Abstract classes allow you to define the parent class of a new hierarchy without having to worry about the user actually instantiating the parent. For instance you could create an “Animal” class just to act as the basis for “Dog”, … Continue reading

Posted in Java, Java Video Tutorials (Beginners) | Tagged , , , , , |

Java Tutorial 6: Useful Standard Methods, Access Modifiers and Abstract Classes

In the previous tutorial in this series, we looked at inheritance in Java. In this tutorial we continue with inheritance, plus we’ll look at some standard methods in Java and a few other interesting odds and ends. Access Modifiers Take … Continue reading

Posted in Java Tutorial | Tagged , , , |