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 encapsulation example?
Write a c++ program to display pass and fail for three student using static member function
A file pointer always contains the __________ of the file
What does the keyword "static" mean?
What are the 3 pillars of oop?
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
Why do we need oop?
143.what is oops principles?
How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram
to find out the minimum of two integer number of two different classes using friend function
sir i want to know which posting to apply since i am BE CSE.. also want to know what are the rounds there for my interview...Expecting for ur valuable answer....
Why is abstraction used?