1
Answer

Can we call Abstract method without inheriting the class

Photo of Chandan Prasad

Chandan Prasad

7y
497
1
i want to call a method which is declared in Abstract class without inheriting the abstract class in my child class. 
 
can i do this? 

Answers (1)