Home Segments Top Top Previous Next

336: Mainline

Note that you can define abstract methods only in abstract classes. The rationale is that, if a class is not abstract, you can create instances of that class, and you should be able to call any instance method of the class on those instances.