-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homework 1 #13
Comments
differz
added a commit
to differz/mobile-ios-swift-course-2018
that referenced
this issue
Nov 11, 2018
#14 vadim.albul_devVadimAlbul |
#17 igor.medelyan_imedelyan |
#15 denys.viitenko_danviitenko |
#16 sergii.suprun_differz |
#18 dima.tachenko_dimatachenko |
#20 anton.nebylytsia_oanton |
#19 artem.migovich_migovich |
MSavisko
assigned MSavisko, walkline and igorkravchenko and unassigned walkline and MSavisko
Nov 20, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Для прочтения:
Enumerations
Structures and Classes
Properties
Methods
Практика:
Так же как в практическом задании прошлой лекции, создаем папку homeworks/[name.surname_githubusername]/homework_1
В этой папке создаем плейграунд ObjectsClassesEnumsStructs.
Задание №1
Из mobile-ios-swift-course-2018/lectures/lecture1/01 - Objects and Classes.playground скопируйте класс NamedShape вместе с родительскими классами в ObjectsClassesEnumsStructs.playground
Создайте подкласс Circle класса NamedShape, который принимает радиус и имя в качестве аргументов в их инициализатор. Реализуйте метод area() и метод simpleDescription() класса Circle.
Задание №2
Из mobile-ios-swift-course-2018/lectures/lecture1/02 - Enumerations and Structures.playground скопируйте перечисления Rank, Suit и структуру Card в ObjectsClassesEnumsStructs.playground
Задание №3
В ObjectsClassesEnumsStructs.playground создайте:
если полю mode присвоено значение idle, выведет в консоль "robot is off",
если work - "robot is working" и при этом вызовет метод execute у каждого элемента из массива commands,
если error - "robot is broken"
The text was updated successfully, but these errors were encountered: