JanaGanaMana
Register
Login
virtual and override keywords.
casting,as,is
Object class
Garbage collection
Lazy constructors
Dependency property
If a base class marks the method as virtual
derived class overrides if needed.
these methods can be sealed too
public override sealed void foo(int amount)
{
...
}