Re: About abstract class and abstract method



If I subclass the Toolkit class and try to write implementation of
beep() method, what may be the coding?
Is it depends on the operating system for implementation?

Can anybody provide some examples which classes the abstract class of
Java and provide some useful implementation for the abstract methods?

Java subclasses of the abstract classes do this? Then why may be the
abstract classes designed?

.