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
How do you explain polymorphism?
What does no cap mean?
What is destructor example?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
can inline function declare in private part of class?
What is an interface in oop?
What is the difference between procedural programming and oops?
What are the 4 pillars of oop?
Can we create object of abstract class?
Is html an oop?
Why polymorphism is used in oops?
What is overriding in oop?
What is encapsulation with real life example?
What are the three main types of variables?