@@ -60,6 +60,17 @@ HTML-SHAPE: <div class="content">
60
60
HTML-SHAPE: <section class="hero section-container">
61
61
HTML-SHAPE: <div class="hero__title">
62
62
HTML-SHAPE: <h1 class="hero__title-large">class Shape</h1>
63
+ HTML-SHAPE: <div class="hero__subtitle">
64
+ HTML-SHAPE: <div>
65
+ HTML-SHAPE: <p> Abstract base class for shapes.</p>
66
+ HTML-SHAPE: </div>
67
+ HTML-SHAPE: <div>
68
+ HTML-SHAPE: <p></p>
69
+ HTML-SHAPE: </div>
70
+ HTML-SHAPE: <div>
71
+ HTML-SHAPE: <p> Provides a common interface for different types of shapes.</p>
72
+ HTML-SHAPE: </div>
73
+ HTML-SHAPE: </div>
63
74
HTML-SHAPE: </div>
64
75
HTML-SHAPE: </section>
65
76
HTML-SHAPE: <section id="PublicMethods" class="section-container">
@@ -172,6 +183,16 @@ HTML-CALC: <div class="content">
172
183
HTML-CALC: <section class="hero section-container">
173
184
HTML-CALC: <div class="hero__title">
174
185
HTML-CALC: <h1 class="hero__title-large">class Calculator</h1>
186
+ HTML-CALC: <div>
187
+ HTML-CALC: <p> A simple calculator class.</p>
188
+ HTML-CALC: </div>
189
+ HTML-CALC: <div>
190
+ HTML-CALC: <p></p>
191
+ HTML-CALC: </div>
192
+ HTML-CALC: <div>
193
+ HTML-CALC: <p> Provides basic arithmetic operations.</p>
194
+ HTML-CALC: </div>
195
+ HTML-CALC: </div>
175
196
HTML-CALC: </div>
176
197
HTML-CALC: </section>
177
198
HTML-CALC: <section id="PublicMembers" class="section-container">
@@ -300,6 +321,17 @@ HTML-RECTANGLE: <div class="content">
300
321
HTML-RECTANGLE: <section class="hero section-container">
301
322
HTML-RECTANGLE: <div class="hero__title">
302
323
HTML-RECTANGLE: <h1 class="hero__title-large">class Rectangle</h1>
324
+ HTML-RECTANGLE: <div class="hero__subtitle">
325
+ HTML-RECTANGLE: <div>
326
+ HTML-RECTANGLE: <p> Rectangle class derived from Shape.</p>
327
+ HTML-RECTANGLE: </div>
328
+ HTML-RECTANGLE: <div>
329
+ HTML-RECTANGLE: <p></p>
330
+ HTML-RECTANGLE: </div>
331
+ HTML-RECTANGLE: <div>
332
+ HTML-RECTANGLE: <p> Represents a rectangle with a given width and height.</p>
333
+ HTML-RECTANGLE: </div>
334
+ HTML-RECTANGLE: </div>
303
335
HTML-RECTANGLE: </div>
304
336
HTML-RECTANGLE: </section>
305
337
HTML-RECTANGLE: <section id="PublicMethods" class="section-container">
@@ -395,6 +427,17 @@ HTML-CIRCLE: <div class="content">
395
427
HTML-CIRCLE: <section class="hero section-container">
396
428
HTML-CIRCLE: <div class="hero__title">
397
429
HTML-CIRCLE: <h1 class="hero__title-large">class Circle</h1>
430
+ HTML-CIRCLE: <div class="hero__subtitle">
431
+ HTML-CIRCLE: <div>
432
+ HTML-CIRCLE: <p> Circle class derived from Shape.</p>
433
+ HTML-CIRCLE: </div>
434
+ HTML-CIRCLE: <div>
435
+ HTML-CIRCLE: <p></p>
436
+ HTML-CIRCLE: </div>
437
+ HTML-CIRCLE: <div>
438
+ HTML-CIRCLE: <p> Represents a circle with a given radius.</p>
439
+ HTML-CIRCLE: </div>
440
+ HTML-CIRCLE: </div>
398
441
HTML-CIRCLE: </div>
399
442
HTML-CIRCLE: </section>
400
443
HTML-CIRCLE: <section id="PublicMethods" class="section-container">
0 commit comments