Answer the question
In order to leave comments, you need to log in
Is the method correct?
Hello. I'm just learning programming.
I have a class:
class DbBox extends BoxAbstract
{
public function save()
{
}
public function load()
{
}
}
Answer the question
In order to leave comments, you need to log in
Everything is simple
here In the load method you need to write code to open the file, and in the save method to save the file
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question