Make the caller method deprecated ... java. Class B extends A {; void b() {; a(); // renders as deprecated with strike-through; }; }. When the b() method is ...
確定! 回上一頁