hacker rank 39th problem solution(java inheritance 2)

39. JAVA INHERITANCE 2


class Arithmetic{
  public int  add(int a,int b){
    return a+b;
  }}
   class Adder extends Arithmetic{ 
 
}

Compiler Message
Success
Expected OutputDownload
My superclass is: Arithmetic
42 13 20

Comments

Popular posts from this blog

Amazon Web Services

Google Code-In mentorship experience :)

Hacker Rank all java and python problem solutions