public class Lecture { private String name; private double credits; //todo: write a constructor which already takes a name and credits //todo: write getter and setter methods }