Vivek Sheth

Vivek Sheth

  • 808
  • 1k
  • 17.7k

How can we achieve polymorphism in below code snippet ?

May 13 2016 5:33 AM
How can we achieve Runtime polymorphism in below code snippet ?
 
class A
{
 
}
 
Class B : A
{
 
 
Here both classes are empty. 

Answers (2)