Search:

Type: Posts; User: ghadah

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    990

    Re: programming Java

    package teacher1;


    public class Teacher1 {


    public class Teacher extends Faculty {
    private String FirstCourse ;
    private String SecondCourse ;
    private String ThierdCourse ;
  2. Replies
    4
    Views
    990

    Re: programming Java

    What the code ??
  3. Replies
    4
    Views
    990

    programming Java

    Extending the Campus Community hierarchy
    Implement the Teacher class based on the following description:
     Each teacher is assigned a number of courses ( keep track of the course titles only)
     A...
Results 1 to 3 of 3