Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 843 Bytes

File metadata and controls

20 lines (20 loc) · 843 Bytes

Java_Classes_Task

About
EBAC task regarding Java classes.

Commits

May 6, 2025

  • Created TV Class And Seller Example
    • Added class with TV attributes and toggle method;
    • Created Seller class for object instantiation and output;
    • Included structured output for demonstration;
    • Wrote JavaDoc comments for both classes.
  • Created Task Project And Configured Git Ignore - Created the base project and configured .gitignore.

May 5, 2025

  • Initial commit - Initial project setup.