summaryrefslogtreecommitdiff
path: root/resources-en/src/tips/OverrideImplementMethods.html
blob: 94e13ea82853dfca123753ab42f2b806d23bda05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
    <link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>


    <p>You may easily override methods of the base class by pressing <span class="shortcut">&shortcut:OverrideMethods;</span>
      (<span class="control">Code | Override Methods</span>).</p>
      <p>To implement methods of the interfaces that the current class implements (or of the abstract base class),
      use <span class="shortcut">&shortcut:ImplementMethods;</span> (<span class="control">Code | Implement Methods</span>).</p>



</body>
</html>