posted 20 years ago
hii
i have a question here.
if a calss is abstarct, then the class that extends the abstract class should implemnt all the methds. or the class itself should be declared as abstarct.
how come this program compiles and generates an ouput?
here class is abstarct, public void another() is also considered as abstract? is that so. eventhough not declared as abstract. cos class is abstarct. n only MYFUNC IS THE OUTPUT HOW?
unable to understand this anyone please explain it.
Edited by Corey McGlone: Fixed misspelled subject and added CODE tags.
[ May 28, 2004: Message edited by: Corey McGlone ]