1-Constructor Class Class Contruction
--Kodlama.io sitesine gidiniz. Özellik nesnesi olarak tanımladığımızı düşündüğünüz iki örnek veriniz. Bunlara ait class, contructor yapılarını oluşturup diziye ekleyip listeleyiniz. İş sınıfı olarak tanımladığımızı düşündüğünüz bir class oluşturunuz. En az iki metot yazınız.
--Go to the site Kodlama.io. Give two examples that you think we define as property objects. Create their class, contructor structures, add them to the array and list them. Create a class that you think we define as a business class. Write at least two methods.
2-Class-inheritance -Kodlama.io projesini yazdığınızı düşünelim. User, Instructor, Student nesnelerini modelleyiniz. (Class-Inheritance) UserManager, InstructorManager, StudentManager için sistemde olabilecek operasyonları tahminleyip modelleyiniz. (Class-Inheritance-Method)
-Suppose you are writing the -Kodlama.io project. Model User, Instructor, Student objects. (Class-Inheritance) Predict and model the operations that may occur in the system for UserManager, InstructorManager, StudentManager. (Class-Inheritance-Method)