1
Answer

Can we call Abstract method without inheriting the class

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)