You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add DownCasting class demonstrating upcasting and explicit downcasting
Add a program that:
- Defines a parent class `AnimalFamily` and a subclass `Cat`
- Shows upcasting by referencing a `Cat` object with a parent class type
- Demonstrates explicit downcasting to access subclass-specific methods
- Calls methods from both superclass and subclass to illustrate inheritance behavior.
0 commit comments