L
Laura Stern
Guest
Huh? A parent and child class are one class. Any method that is public or protected in the parent is callable from the child with no object reference needed (though you can use THIS-OBJECT if you want). It is just like calling a method in yourself.
Continue reading...
Continue reading...