You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Below are two classes: <code class="java">Angel</code> and <code class="java">Demon</code>.</p>
<p>They have certain characteristics that help tell them apart. These characteristics are listed as attributes.</p>
<p>Create instances of these classes and print their attributes, first <code class="java">Angel</code>, then <code class="java">Demon</code>. You should print the attributes in this order: <code class="java">color</code>, <code class="java">feature</code>, <code class="java">home</code>. Each should be on a separate line.</p>