Pinned Repositories
HardWay
JavaPractice
Kyler50.github.io
This is my first website
MailCheckerApp
Monday-workshop
2. Make a structure named “Person”, with the help of it we can store name, address, age and telephone number of individuals. Define a specification called “Type”, which contains the “Home”, “Workplace” and “Mobile” values. Expand the structure definition with a “Type” datamember. Define a constructor operation to the structure, and overwrite the inheritable ToString() action. 3. Define a class called telephone directory, and the objects of it represent a list which contains 50 people’s data at longest. Define a constructor procedure to the class. Define an operation of which we can expand the list with new data of people. 4. Make the “Type” combobox contain the elements of “Type” specification! Prepare the operation of clicking the “Admit” button, which expand the telephone directory with the specific personal data ( give a written reference about the exceptions arising at the conversion of age)! 5. Implement the System.Collections.IEnumerable interface with the “Telephone directory” class. Prepare the operation of clicking the “Listing” button, which visualizes the content of the telephone directory in a chat window.
MondayWorks
PCtask-Practice-OOP-
Az alábbiakban egy olyan összetett feladatot fogunk megoldani, amely a Java nyelv igazi erősségét, az objektumközpontú programozást helyezi előtérbe.
pythondojo
Simple Python file
SQL
The-shop-manager-project
Alkalmazásunkban olyan példákat tárgyalunk, amelyek boltok tevékenységének nyilvántartását segítik. A példák fokozatosan vezetik végig az Olvasót a különböző Java eszközök alkalmazási lehetőségein, a hangsúlyt a programozási fogásokra helyezve.
Kyler50's Repositories
Kyler50/WebPage
Kyler50/JavaPractice
Kyler50/The-shop-manager-project
Alkalmazásunkban olyan példákat tárgyalunk, amelyek boltok tevékenységének nyilvántartását segítik. A példák fokozatosan vezetik végig az Olvasót a különböző Java eszközök alkalmazási lehetőségein, a hangsúlyt a programozási fogásokra helyezve.
Kyler50/PCtask-Practice-OOP-
Az alábbiakban egy olyan összetett feladatot fogunk megoldani, amely a Java nyelv igazi erősségét, az objektumközpontú programozást helyezi előtérbe.
Kyler50/MailCheckerApp
Kyler50/week15B
Kyler50/Week15A
Kyler50/MondayWorks
Kyler50/Week14A
Kyler50/Monday-workshop
2. Make a structure named “Person”, with the help of it we can store name, address, age and telephone number of individuals. Define a specification called “Type”, which contains the “Home”, “Workplace” and “Mobile” values. Expand the structure definition with a “Type” datamember. Define a constructor operation to the structure, and overwrite the inheritable ToString() action. 3. Define a class called telephone directory, and the objects of it represent a list which contains 50 people’s data at longest. Define a constructor procedure to the class. Define an operation of which we can expand the list with new data of people. 4. Make the “Type” combobox contain the elements of “Type” specification! Prepare the operation of clicking the “Admit” button, which expand the telephone directory with the specific personal data ( give a written reference about the exceptions arising at the conversion of age)! 5. Implement the System.Collections.IEnumerable interface with the “Telephone directory” class. Prepare the operation of clicking the “Listing” button, which visualizes the content of the telephone directory in a chat window.
Kyler50/Week13A
1. Using Visual Studio, create a new console application project. Name the project CreateClass. Let this class have the following properties: name, birth date (choose the data type you might think suitable). Also add an enumeration to your class, called Genders. The person can be Male or Female! Override the ToString() method of the Person, and return some information about the class in it. 2. Add a new class to your project called Employee. Derive this class from Person, since an Employee is a person. Let the employee have new properties like salary and profession. Override the ToString() method of the Person in order to return these new pieces of information as well. Extend the Employee class to have a reference to a Room class. Let the Room class be a simple class with a single integer, the room number. 3. This exercise is about cloning, and the meaning of deep and shallow copy. Modify the Employee class to implement the ICloneable interface. Try the following code snippets in the definition of the Clone method. 4. In this exercise we will create a class that responds to a timer event. 5. In this exercise, you will write a function to sort a string.
Kyler50/Week12A
In this task you will have to create a simple login application. The GUI is a simple HTML page where you can write in a username and a password (as a password type field) and you can push a button where you can send the written data.
Kyler50/Week10A
In this task you will have to upgrade your Movie and Person handler application, using abstract classes, interfaces and inheritance.
Kyler50/Week9A
Your task is to create a Java application which is able to handle movies, actresses/actors as persons and is able to make an XML report from your object structure.
Kyler50/SQL
Kyler50/Kyler50.github.io
This is my first website
Kyler50/HardWay
Kyler50/pythondojo
Simple Python file