English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

please tell me the situation , where i can use abstract class instead of normal class

2007-05-13 22:13:18 · 3 answers · asked by biju lal 1 in Computers & Internet Programming & Design

3 answers

Use an abstract class to define a common superclass that will have default implementations for the provided methods. The overriding classes will have to implement the abstract methods, and for any of the provided methods that don't do the right thing for that subclass.

2007-05-14 09:47:50 · answer #1 · answered by Phaedrus 3 · 0 0

Try this link for an explanation

2007-05-14 05:36:07 · answer #2 · answered by AnalProgrammer 7 · 0 0

fdhdfh

2014-04-17 04:10:46 · answer #3 · answered by DorinL 1 · 0 0

fedest.com, questions and answers