Advertisement
desant74268

OOPHW

Jan 19th, 2022
974
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. package ru.itsjava.oop.hw;
  2.  
  3. public class LX extends Lexus {
  4.  
  5.     public LX() {
  6.         super("LX600", 620, 2022);
  7.     }
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement