Today I had a little challenge. I had a Class, I call it Class A. It has a method, i call it “doSomething”. Class B extends Class A, and overrides this method with a totally new behavior. Class C who extends from Class B wants to have the original behavior from Class A. Here is [...]
Posts Tagged ‘class’
Overriding and methods
Posted: May 13, 2009 in programmingTags: c++, class, java, LinkedIn, object oriented, programming
0