What is an orthogonal base class?
Answers were Sorted based on User's Feedback
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 |
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 |
What is this interview room ? Is it a class or an object.
what is the advantage in software? what is the difference between the software developer and Engineer
what is overloading
Have you ever used threads?
What is abstraction example?
What are the important components of cohesion?
1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?
how does a main() in C++ is different from main() in C?
What is encapsulation?
Why is polymorphism used?
Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.
Advantage and disadvantage of routing in telecom sector