Skip to content

Winston Lee

  • Home
  • Projects
  • Blog
Winston Lee

inheritance

Development | Java

Object oriented experiment

class Shape { // This method will be overridden by its children, even if it’s not abstract // and its children have not specified @Override void draw() { System.out.println(“Shape drawn”); }; @Override protected Object clone() { return null; } }…

Read More Object oriented experimentContinue

I’m an English / Vietnamese / Korean speaking software solution provider living in Korea

Get In Touch

To reach me, please use the contact form

© 2023

Github Linkedin
Scroll to top
  • Home
  • Projects
  • Blog