March 2016
Intermediate to advanced
550 pages
10h 57m
English
A derived class (or subclass) is a class that inherits from a base class (or superclass).
is and as operators?The is operator returns true if an object can be cast to the type. The as operator returns a reference if an object can be cast to the type; otherwise, it returns null.
sealed
Find more information on the sealed keyword at https://msdn.microsoft.com/en-us/library/88c54tsw.aspx.
new keyword or force a method to be overridden?abstract ...
Read now
Unlock full access