<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:10pt"><div>Hi,</div><div><br></div><div>Question about classes in Racket: can I make fields which can be inherited by super-classes, but not accessible from outside the class? (like "protected" members in Java)</div><div><br></div><div>As I understand field and init-field declarations produce public fields (which can be accessed from outside the class), and define produces private fields (which can't be inherited).</div><div><br></div><div>Razvan</div></div></body></html>