Slide 20
Slide 20 text
④ データ抽象
➢データの型を操作(メソッド)の集合で定義する
例
• int型 ==, !=, <, >, +,- , *, /, %
• BigDecimal型 add(), devide(), multiply(), subtract(), …
• LocalDate型 isAfter(), isBefore(), plus(), minus(), with(), …
• DayOfWeek型 from(), valueOf(), plus(), minus(), …
• String型 isEmpty(), length(), substring(), replace(), …
2023/6/4 20
計算判断クラスを設計する基本知識
この考え方とやり方を体で覚える