Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-06 13:13:57 +03:00
parent 314358ac5f
commit 23728c0b55

View File

@ -99,19 +99,10 @@ class B extends A {
} }
} }
``` ```
- pretty but misleading syntax, - pretty but _misleading_ (calling a constructor a class) syntax,
- `static` and instance definitions are not ordered, - `static` and instance definitions are not ordered,
- `.attr` is copied to every instance - `.attr` is copied to every instance
</td>
</tr>
<td>
</td>
<td>
</td> </td>
</tr> </tr>
</table> </table>