Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of codersingh

codersingh

codersingh has asked 0 questions and find answers to 1 problems.

Stats

127
EtPoint
59
Vote count
0
questions
1
answers

About

public class Aashish extends Human implements Coder{ private Language Java; private Language RubyOnRails; private Language Php;

public Language getJava(){ return this.Java(); }

}