|
|
|
|
|
by mamon
1898 days ago
|
|
>> Java has all methods virtual and testing could be done without requiring the interface. Not sure what you mean by that. I thought that interface/implementation divide is the way to implement virtual calls. Unless you want testing frameworks to do bytecode instrumentation. |
|
If you just create a class A in java, no interfaces involved, class A will have its methods virtual. I'm not sure what do you mean by interface/implementation divide.