What is multiple inheritance ?
Answer Posted / raj
one derived class with several base class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the components of marker interface?
Can we create object of abstract class?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is overriding in oop?
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(); }
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is ambiguity in inheritance?
Prepare me a program for the animation of train
What are constructors in oop?
How do you achieve polymorphism?
What are the 3 pillars of oop?
What are the 5 oop principles?
What is polymorphism and why is it important?
Is react oop?