Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Aug 13, 2003 10:23 AM by timmcb
Member
360 Points
72 Posts
Aug 13, 2003 07:53 AM|LINK
Contributor
2379 Points
471 Posts
Microsoft
Aug 13, 2003 10:23 AM|LINK
class B { } interface I { void M(); } class D : B, I { void I.M() { } }
ca___t
Member
360 Points
72 Posts
not only inherit class but also implement interface?
Aug 13, 2003 07:53 AM|LINK
Public enum .Net
ASP.net VB.net C#....
Public Property love as .Net()
End Class
timmcb
Contributor
2379 Points
471 Posts
Microsoft
Re: not only inherit class but also implement interface?
Aug 13, 2003 10:23 AM|LINK
class B { } interface I { void M(); } class D : B, I { void I.M() { } }This posting is provided "AS IS" with no warranties, and confers no rights.