Advance Object Oriented Programming (Week 3) : Ms. Sehresh Khan Lecturer Numl-Rwp
Advance Object Oriented Programming (Week 3) : Ms. Sehresh Khan Lecturer Numl-Rwp
(Week 3)
{ L.set();
id=0; }
name=""; }
L=new Laptop();
}
public void show()
{
System.out.println("Student Name:"+name);
System.out.println("Student ID:"+id);
L.show();
}
Main Class
}
}
Composition Task 1
Composition Task 2