|
|
Stories recently tagged with 'Inheritance'
|
|
submitted by
jaltiere
4 months, 22 days ago
jaltiere.com — This is the second part in a series of articles about NHIbernate. This article covers one to one and one to many relationships, inheritance, etc. read more...
add a comment
|
category: C# | Views: 33
|
|
tags:
Inheritance, NHIbernate, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
luchkovsky
1 year, 5 months ago
ajaxline.com — Lazy Inheritance is an approach intended to simplify writing OOP and provides support of prototype-based classes hierarhies, automatic resolving and optimizing classes dependencies. Lazy inheritance designates a postponed linking of an object with it's prototype (class) until it is needed.
The benefits:
* "Lazy inheritance" is a prototype based inheritance;
* It is not necessary to maintain proper order of script files declaration;
* HTML page is loaded faster since there are no objects created during page initialization and since some scripts could be loaded only at the moment in which they are actually necessary
* Dependencies are declared in more explicit way and class depends only on concrete scripts
* If lazy mode of scripts loading is used, only necessary scripts (which are actually required for application functionality) will be loaded. read more...
add a comment
|
category: Patterns | Views: 0
|
|
tags:
Prototype, loader, module, Inheritance, pattern | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 11 months ago, submitted by
Hyle
1 year, 11 months ago
en.csharp-online.net — Learn to use good object-oriented design (OOD) principles for in your C# programs. Excerpt: Classes and their instances (objects) do not exist in a vacuum, but rather in a network of interdependencies and relationships, just as we, as social animals, live in a world of relationships and categories. One of the most important relationships among objects in the real world is specialization, which can be described as the is-a relationship. When we say that a dog is a mammal, we mean that the dog is a specialized kind of mammal. It has all the characteristics of any mammal (it bears live young, nurses with milk, has hair), but it specializes these characteristics to the familiar characteristics of canis domesticus. A cat is also a mammal. As such, we expect it to share certain characteristics with the dog that are generalized in Mammal, but to differ in those characteristics that are specialized in cats. The specialization and generalization relationships are both reciprocal and hierarchical. Specialization is just the other side of the generalization coin: Mammal generalizes what is common between dogs and cats, and dogs and cats specialize mammals to their own specific subtypes.
read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
Polymorphism, Inheritance | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|