What is an orthogonal base class?

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


Please Help Members By Posting Answers For Below Questions

Get me an image implementation program.

1551


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1973


Templates mean

1581


Advantage and disadvantage of routing in telecom sector

780


What is the highest level of cohesion?

566






What is the difference between encapsulation and polymorphism?

581


Get me a number puzzle game-program

1687


What is solid in oops?

592


Why is abstraction needed?

559


What is polymorphism used for?

564


What is the difference between procedural programming and oops?

546


Why do we use class in oops?

549


How do you define a class in oop?

619


can inline function declare in private part of class?

3651


Explain virtual inheritance?

680