Chat with us, powered by LiveChat Object-Oriented Programming with Java? (a) Give three differences between an interface and an ab - Writeedu

Object-Oriented Programming with Java? (a) Give three differences between an interface and an ab

 Object-Oriented Programming with Java 

(a) Give three differences between an interface and an abstract class in Java. [3 marks] 

(b) A novice programmer writes the following code in order to be able to completely clone an object of type Car. 

public class Tyre { private int treadRemaining; 

public void SetTread(int t) { treadRemaining=t; } 

public int GetTread() { return treadRemaining; } } 

public class Car extends Vehicle implements Cloneable { private Tyre tyres[] = new Tyre[4]; 

public Car() { for (int i=0; i<4; i++) tyres[i] = new Tyre(); } 

public Object clone() throws CloneNotSupportedException { Car c = new Car(); 

c.tyres = this.tyres; return c; } } 

(i) Explain what it means for the treadRemaining field to be private. Explain why it is good programming practice for such fields to be private. [3 marks] 

(ii) Identify the type of interface that Cloneable is. What is the defining characteristic of such interfaces? [2 marks] 

(iii) Identify and explain two reasons why this code may not function as intended. [4 marks] 

(iv) Rewrite the code to address the problems you have identified and allow Car objects to be fully cloned. [8 marks] 1 

    Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteEdu. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

    Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.

    Do you need an answer to this or any other questions?

    Do you need help with this question?

    Get assignment help from WriteEdu.com Paper Writing Website and forget about your problems.

    WriteEdu provides custom & cheap essay writing 100% original, plagiarism free essays, assignments & dissertations.

    With an exceptional team of professional academic experts in a wide range of subjects, we can guarantee you an unrivaled quality of custom-written papers.

    Chat with us today! We are always waiting to answer all your questions.

    Click here to Place your Order Now