|
| Total Answers and Comments: 4 |
Last Update: August 16, 2008 Asked by: Chandrashekhar |
|
| | |
|
Submitted by: ramesh.sukka
Providing the Abstract functionality to object is one of the powerful concepts by java, I will give you one sample scenarios where you required implement the abstract class, Assume that you are going to design TV remote (in real time it will be your client business) with 100 new functionalities in it but you know only 30 functionalities to implementation at this moment. So you will provide implementation for 30 method and rest of 70 methods are abstract. When ever new class extends it, it should be implement rest of 70 methods.
Above answer was rated as good by the following members: shilpad | Go To Top
|