Create an example where you have a base class A and a derive
Create an example where you have a base class A and a derived class B. class A has a method called func which has the following prototype
public virtual void func()
Create class B such that it replaces the functionality of the func method with new functionality.
Solution
};
return 0;
}

