• + 0 comments
    class MyBook extends Book{
         void setTitle(String s){
            this.title = s;
        }
    }