Calculator calc = new Calculator(); | |
calc.Add(); // Uncomment it to get the Compile time Error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Calculator calc = new Calculator(); | |
calc.Add(); // Uncomment it to get the Compile time Error |