.NET QUEST for me is not just something, but everything that I have read, learned, searched, thought.. from my work & my experience. This website reflects my QUEST on .NET
Showing posts with label constructor. Show all posts
Showing posts with label constructor. Show all posts
April 6, 2014
base keyword in c#
The base keyword in C# is used from within the derived class to access the members / constructor of the base class. What i mean here is if the derived class wants to use a method of the base class that is overridden by another method or the derived class wants to specify which base class constructor should be used while creating instance of the derived class.
Example to come...
Thanks,
Hussain
Subscribe to:
Posts (Atom)