Answer the question
In order to leave comments, you need to log in
How to implement inheritance?
Good day! There is a task to implement form validation in stages (first the key, then email, then sending the entire form)
class Form {
// метод отправки формы + проверка значенией из ValidField и ValidUser
}
class ValidField {
// проверка валидности email,password
}
class ValidKey {
// проверка ключа
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question