viktor_ns
Member
- Member since
- Jul 4, 2008
- Last active
- Jul 7, 2008
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
a901cdb0-98e4-4d00-b808-43e7b0f1f24e
I like this little bit written by Bertrand Meyer: In some parts of the object-oriented community, the mere mention of multiple inheritance...
-
#Threads
07cb9566-5107-4c65-9894-362625a1cbee
shalini_goel14Check the following scenario: class A{ void method1(){ //some code here } } class B{ void method1(){ // some code here }...