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