Discussion :: Inheritance
-
We can derive a class from a base class even if the base class's source code is not available.
Answer : Option A
Explanation :
We can derive from a base class even if it is present in an assembly.
Be The First To Comment