What is an orthogonal base class?

Answers were Sorted based on User's Feedback



What is an orthogonal base class?..

Answer / prasant

When two base classes have no overlapping properties or
methods they are said to be orthogonal to each other. A
class can be derived from these two base classes with no
difficulty.

Is This Answer Correct ?    9 Yes 1 No

What is an orthogonal base class?..

Answer / 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

More OOPS Interview Questions

Why do we use class in oops?

0 Answers  


What is public, protected, private?

6 Answers   IBS, Satyam,


Out of 4 concepts, which 3 C++ Follow?

1 Answers   TCS,


Can we create object of interface?

0 Answers  


how many types of notations are in java

1 Answers   National University of Modern Languages (NUML),






Explain virtual inheritance?

0 Answers  


what is the need of abstraction? what is abstraction?what is the abstraction for stack?

8 Answers   CTS, Verizon,


is java purely oop Language?

49 Answers   HCL, Infosys, TCS,


what is the realstic modeling?

1 Answers  


What is the diamond problem in inheritance?

0 Answers  


What is abstraction encapsulation?

0 Answers  


What is the real time example of inheritance?

0 Answers  


Categories