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
Whats oop mean?
What is the difference between encapsulation and polymorphism?
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
What does enum stand for?
What is inheritance write a program to show use of inheritance?
What are the three main types of variables?
what is the drawback of classical methods in oops?
explain sub-type and sub class? atleast u have differ it into 4 points?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Can destructor be overloaded?
What is abstraction in oop with example?
What is encapsulation selenium?
What is encapsulation in oop?
What is encapsulation with example?
What is object in oops?