Raport Oop
Raport Oop
CONTENT
I nt r oduct i on
Di scussi on
Concl usi on
OOP – object-oriented programming
Basi cs i n
OOP Encapsulation: object conceals functional details of class
e.g. vi l l ai n. t el l ( Lassi e. si t ( ) )
villain is not a FRIEND of Lassie
Exampl e:
J oi ni ng Tool
Inheritance: subclass inherits attributes and methods of parent class
CONTENT
I nt r oduct i on
Basi cs i n OOP
Exampl e:
J oi ni ng
Tool
Concl usi on
→ up to 45 text files
for one station
OOP – object-oriented programming
CONTENT
J oi ni ng
➔ to check if all text files from one station
have the same amount of columns
Tool
➔ to sort data rows by date
➔ to remove data rows with equal date
Di scussi on
➔ to write a new file with header and edited data rows
Concl usi on
OOP – object-oriented programming
CONTENT
CONTENT
I nt r oduct i on
Methods
➔ GetAllFileNamesStartingWith
Basi cs i n OOP ➔ SortFileNames
➔ ReadAllHeaderRows
Exampl e: ➔ CheckEqualAmountOfColumns
J oi ni ng ➔ ReadAllDataRows
Tool
➔ RemoveEqualDate
● WriteNewFile
Di scussi on
Concl usi on
OOP – object-oriented programming
CONTENT
I nt r oduct i on
Basi cs i n OOP
Files of mainfolder
Exampl e: will be diplayed here
J oi ni ng
Tool While running the program
progress and errors will be
displayed
Di scussi on
Concl usi on
CONTENT
I nt r oduct i on
Exampl e:
J oi ni ng Tool
Concl usi on
OOP – object-oriented programming
CONTENT
I nt r oduct i on
Concl usi on
Resources
CONTENT
I nt r oduct i on
Di scussi on
Concl usi on