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, 3921👍, 0💬
Popular Posts:
How To Delete All Rows a Table? - MySQL FAQs - Understanding SQL INSERT, UPDATE and DELETE Statement...
.NET INTERVIEW QUESTIONS - What is the difference between System exceptions and Application exceptio...
Managed Code and Unmanaged Code related ASP.NET - How do you hide Public .NET Classes and other publ...
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]? a[i] == *...
How To Build WHERE Criteria with Web Form Search Fields? - MySQL FAQs - Managing Tables and Running ...