MCPcopy Create free account
hub / github.com/careercup/ctci / Ambiguous

Class Ambiguous

java/Chapter 14/Introduction/Ambiguous.java:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package Introduction;
2
3public class Ambiguous extends Shape {
4 private double area = 10;
5
6 public double computeArea() {
7 return area;
8 }
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected