Select from following answers:- using
- access
- base
- goto
- All Above
'base' is the C# keyword used to access the base class members.
It will just permits the access to the constructor, instance property accessor or an instance method.
We cannot use 'base' keyword in a static method.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator