Subclasses don’t inherit a ___ member variable if the subclass declares a member variable using the same name.
superclass's
Inheritance is ___ in nature.
transitive
The theory of ___ implies that you can control access to a class, method, or variable.
Encapsulation
The ___ classes are accessible within the same program assembly and are not accessible from outside the assembly.
Internal
The subclass constructor uses the keyword ___ to invoke the constructor method of the superclass.
base
What is method overriding?
new