6
7
10
36
class MyQueue:
def __init__(self):
def enqueue(self,item):
def dequeue(self):
def get_size(self):
38
39
40
self.__students[ student.get_id() ] = student
self.__courses[ course.get_id() ] = course
What are our assumptions?
What are our assumptions?
What are our assumptions?
Lets implement our basic student class
…
def perform_selection(option, es):
if option == 1:
print_courses(es)
elif option == 2:
register_new_student(es)
elif option == 3:
create_new_course(es)
elif option == 4:
register_student_to_course(es)
else:
print(“Please insert a valid option”)
Not everything should be solved by new objects.
You should always think about the overhead of working with them.
For example, should you create a class to represent 2D points or could you just use tuples?
Если не удалось найти и скачать презентацию, Вы можете заказать его на нашем сайте. Мы постараемся найти нужный Вам материал и отправим по электронной почте. Не стесняйтесь обращаться к нам, если у вас возникли вопросы или пожелания:
Email: Нажмите что бы посмотреть