Home C++ What is an orthogonal base class?
What is an orthogonal base class? E-mail
User Rating: / 0
PoorBest 
If two base classes have no overlapping methods or data they are said to be independent of, or orthogonal to each other. Orthogonal in the sense means that

two classes operate in different dimensions and do not interfere with each other in any way. The same derived class may inherit such classes with no

difficulty.
Comments
Search
Only registered users can write comments!

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

 
 

Related links

Related Links:

Related Images

Related Links: