Join Now
|
Login
home
login
join now
products and pricing
design pattern framework
javascript pattern framework
database pattern framework
adaptive data models
design patterns
javascript tutorial
sql + database tutorial
all tutorials
connection strings
visual studio shortcuts
c# coding standards
html color codes
all references
explore
questions
ask question
tags
users
contact us
training courses
schedule
registration
sitemap
about us
training and education for professional developers
login
join now
C#, ASP.NET, WPF, WCF, LINQ, PATTERNS
Home
Questions
Tags
Inheritance
Tagged with:
Inheritance
2
records found
date
active
views
answers
votes
Private Interface Inheritance
I had a chance to see the following private interface inheritance code. Is this a common practice? Where is this being used? Thanks. interface IAnimal { Eat() } class Dog : IAnimal { void ...
Apr 11, 2011
by
Jacob Jacob
50
50
Last:
Apr 21, 2011
by
Saurin Travadi
50
50
C#
Interface
Inheritance
Views
1.6K
Answers
2
Votes
0
Answer
Code
Follow
0
Refactoring: Replace Inheritance by Delegation
I read that in the Refactoring literature that one of its approaches is to replace Inheritance by Delegation. Supposedly, when using inheritance it is more difficult to make ...
Mar 31, 2011
by
Henry Wong
69
95.4
Refactoring
Delegation
Inheritance
Views
940
Answers
0
Votes
0
Answer
Code
Follow
0
15
30
50
Per Page
return to top