What is an orthogonal base class?

Answer Posted / harendra pal

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.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is polymorphism important in oop?

637


• What are the desirable attributes for memory managment?

1728


What is persistence in oop?

673


What are functions in oop?

586


Plese get me a perfect C++ program for railway/airway reservation with all details.

3431






class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

1700


What is oops with example?

566


How Do you Code Composition and Aggregation in C++ ?

24205


officer say me - i am offered to a smoking , then what can you say

1584


What is this pointer in oop?

557


Why is oop useful?

602


What is difference between multiple inheritance and multilevel inheritance?

603


What is overriding vs overloading?

586


What are benefits of oop?

639


What is difference between abstraction and encapsulation?

594