Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is an orthogonal base class?

Answers were Sorted based on User's Feedback



What is an orthogonal base class?..

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

What is an orthogonal base class?..

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

Post New Answer

More OOPS Interview Questions

what is the difference between javap and jad utility

1 Answers   Wipro,


what is difference between String s=new String("vali"); String s="vali"

1 Answers  


write a c++ program to find maximum of two numbers using inline functions.

3 Answers   IBM,


Can a destructor be called directly?

0 Answers  


What does <> mean pseudocode?

0 Answers  


how to find the correct email address format by using the programe?

1 Answers   Accenture,


Can main method override?

0 Answers  


What is conditional Compilation?

3 Answers   emc2, HCL,


What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required

15 Answers   ISTS, Wipro,


What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile

4 Answers  


What is destructor example?

0 Answers  


You have one base class virtual function how will call that function from derived class?

4 Answers  


Categories