samrat matte

samrat matte

  • NA
  • 1
  • 865

how to use reference of a abstract class?

May 2 2014 5:31 AM
childclass obj=new childclass;
absparent p=obj;
p.test1();p.test2();p.test3();
where test1 and test 2 are methods of abstract class
while test 3 are methods of child class

Answers (2)