Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Inheritance Question 7 (a) Multiple inheritance is a case where one class is derived from two or more classes. For example, the following declaration shows

image text in transcribed

Inheritance Question 7 (a) Multiple inheritance is a case where one class is derived from two or more classes. For example, the following declaration shows that square is derived from both shape and polygon class square : public shape, polygon What are the advantages of multiple inheritance? What are the negative points and potential problems of multiple inheritance? [3 marks] (b) Given the C++ declaration: class A public: protected: int y; int x Which of the following would be rejected by the compiler? Explain you an- swer briefly. 1) class B: public A void f) {x - y; > Vol 2) class B J; 3) class B: public A t ; class C: public void f) { x - y; ) 4) Both variants 2 and 3 5) None of the above [3 marks]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Machine Performance Modeling Methodologies And Evaluation Strategies Lncs 257

Authors: Francesca Cesarini ,Silvio Salza

1st Edition

3540179429, 978-3540179429

More Books

Students also viewed these Databases questions

Question

=+How might these stem from country and regional cultures?

Answered: 1 week ago