0
How can i use a predefined class in its children class???
Lets suppose a class was pre existed and i want to modify it using attributes of its children class how can i do it??
1 ответ
+ 3
Than you use the child class? It would contain all attributes and methods from the super class while having it's own subclass attributes/methods. I don't really understand your question