PDA

View Full Version : if i dont want some methods of base class wat 2 do??


maroof_d
10-16-2003, 11:25 AM
bcoz of some handlers in the base class, my class is getting messed up. is there a way i can just ignore those handlers....they shud'nt be called at all???

hangalot
10-17-2003, 05:04 AM
u cannot just drop those methods, maybe ovverridding them with empty methods would solve ur problem.

this is however a very dodge solution