⟩ What is a variable?
Variable is a memory location through which the actual values are stored/retrieved. Its value can be changed.
Variable is a memory location through which the actual values are stored/retrieved. Its value can be changed.
Whats the implicit name and type of the parameter that gets passed into the class set method?
When you inherit a protected class-level variable, who is it available to?
Whats the top .NET class that everything is derived from?
Hows method overriding different from overloading?
Whats an abstract class?
When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?
Why cant you specify the accessibility modifier for methods inside the interface?
Whats an interface class?
And if they have conflicting method names?
Whats the difference between an interface and abstract class?