Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is an orthogonal base class? C++
What is an orthogonal base class? C++
✍: Guest
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.
2012-01-16, 3954👍, 0💬
Popular Posts:
How To Merge Values of Two Arrays into a Single Array? - PHP Script Tips - PHP Built-in Functions fo...
What will be printed as the result of the operation below: main() { char s1[]="Cisco"; char s2[]="sy...
When does the compiler not implicitly generate the address of the first element of an array? Wheneve...
What is the concept of XPOINTER? XPOINTER is used to locate data within XML document. XPOINTER can p...
What is shadowing ? When two elements in a program have same name, one of them can hide and shadow t...