Join Now
|
Login
home
login
join now
.NET pattern framework
javascript + jquery patterns
database pattern framework
products and pricing
.NET design patterns
javascript design patterns
javascript tutorial
sql + database tutorial
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
about us
training and education for professional developers
login
join now
Home
Questions
Tags
Inheritance
Tagged with:
Inheritance
3
records found
date
active
views
answers
votes
Inheritance in the Design Pattern Framework
Hello. The sample code doesn't come with types that inherit from base types. So I'm wondering, in the case of DTO's, would adding a "KnownType" attribute for each descendant to the base type be the way ...
Jun 29, 2012
by
Michael Lopez
55
94.1
Design Pattern Framework
Inheritance
Views
1K
Answers
0
Votes
0
Answer
Code
Follow
0
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
2.9K
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.7
Refactoring
Delegation
Inheritance
Views
1.9K
Answers
0
Votes
0
Answer
Code
Follow
0
15
30
50
Per Page
return to top