Skip to content

*Abstract classes and interfaces* Write a program that will perform document definition and for each format there should be methods for opening, creating, editing, and saving a certain document format

Notifications You must be signed in to change notification settings

Minisiia/AbstractHandlerUsingAbstractClass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AbstractHandlerUsingAbstractClass

Write a program that will perform document definition and for each format there should be methods for opening, creating, editing, and saving a certain document format

Java Essential 4. Абстрактні класи та інтерфейси

Завдання 2

Використовуючи IntelliJ IDEA, створіть проект. Потрібно: Створити клас AbstractHandler. У тілі класу створити методи void open(), void create(), void change(), void save(). Створити похідні класи XMLHandler, TXTHandler, DOCHandler від базового класу AbstractHandler. Написати програму, яка виконуватиме визначення документа і для кожного формату мають бути методи відкриття, створення, редагування, збереження певного формату документа.

About

*Abstract classes and interfaces* Write a program that will perform document definition and for each format there should be methods for opening, creating, editing, and saving a certain document format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages