| 15 | } |
| 16 | } |
| 17 | public class JavaClasses { |
| 18 | public static void main(String[] args) { |
| 19 | // TODO Auto-generated method stub |
| 20 | // Object instantiation - |
| 21 | MyClass obj = new MyClass(); |
| 22 | obj.set(15, 50); |
| 23 | obj.display(); |
| 24 | } |
| 25 | |
| 26 | } |
nothing calls this directly
no outgoing calls
no test coverage detected