Question
How dose extending classes worke?
Hello, I dont realy understand how extend workes.. when i extend a class,will it replce that class entery point or will a class that extends another have "two" entery points? And can i pass paramters to the extended class?
Thanks