
Patrick B. answered 05/09/20
Math and computer tutor/teacher
access modifiers
public, private, protected
class types:
public class: anyone can create an object of that class
protected: only descendents of that type can create object instances of that class
private: only methods in that class can create objects of that class
return values: values returned by member functions