Logo 
Search:

C# Answers

Ask Question   UnAnswered
Home » Forum » C#       RSS Feeds
  Question Asked By: Chigaru Massri   on Sep 16 In C# Category.

  
Question Answered By: Rickey Scott   on Sep 16

// It will show warning  if "new" keyword  is not used.
class Bar : Foo
{
 public   new void  Response()
{
Console.WriteLine("In Bar");
}
}

Any idea why it is happening?

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on warning make use of "new" keyword. Or get search suggestion and latest updates.


Tagged: