Exercise 2.6

Cover Book - (Objects First with Java_ A Practical Introduction Using BlueJ 6th Edition) David J. Barnes & Michael Kölling - Objects First with Java_ A Practical Introduction Using BlueJ. 6-Pearson (2016)

The outer part wrappers of Student would like look something like this

public class Student
{
    //inner part
}

And the outer wrapper of LabClass would look something like this

public class LabClass
{
   // inner part
}

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.