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
What are classes oop?
What is ambiguity in inheritance?
What do you mean by abstraction?
What is a class in oop?
What are oops methods?
what is different between oops and c++
Whats is abstraction in oops?
Can main method override?
How do you use inheritance in unity?
What is a superclass in oop?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is the oops and benefits of oops programming?
Why is object oriented programming so hard?
how to get the oracle certification? send me the answer
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)