Hiya
Say I have a Employee class, and a Worker class
Worker inherits from Employee
Now i have an Employee object
How can i test if this object is also a Worker ?
Say I have a Employee class, and a Worker class
Worker inherits from Employee
Now i have an Employee object
How can i test if this object is also a Worker ?
Comment