Home » C# Programming » Inheritance

If a base class contains a member function func(), and a derived class does not contain a function with this name, an object of the derived class cannot access func().

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!