Hi friends,
I want to know that the keyword to change the data and behavior of a base class by replacing a member of a base class with a new derived member?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Dec 29, 2011, 4:53 AM
Satyapriya NayakPosted Dec 28, 2011, 10:54 PM
Use new Keyword
Please refer the below link
http://msdn.microsoft.com/en-us/library/51y09td4%28v=vs.71%29.aspx
Thanks