End Google Ads 201810 - BS.net 01 --> Hi guys,

I have 2 classes:
class A{
virtual void Paint() {...}
}

class B: public A{
virtual void Paint() {...}
}

Is it possible and what I have to do, so in B.Paint to invoke A.Paint and then some other code