What is an orthogonal base class?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is encapsulation selenium?

557


What does oop mean in snapchat?

689


What is encapsulation oop?

581


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2580


What is abstraction in oops?

593






What are the three main types of variables?

606


What are the advantages of polymorphism?

577


What is a class and object?

600


What does I oop mean?

618


What is basic concept of oop?

706


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

1839


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(); }

1993


Why oops is important?

616


Templates mean

1592


What is difference between polymorphism and inheritance?

622