Skip to content

Commit be3083a

Browse files
committed
polymorphism: reorder intro
1 parent f261486 commit be3083a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

courses/fundamentals_of_ada/180_polymorphism/01-introduction.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ Introduction
88

99
* :ada:`'Class` operator to categorize :dfn:`classes of types`
1010
* Type classes allow dispatching calls
11-
12-
- Abstract types
13-
- Abstract subprograms
14-
15-
* Runtime call dispatch vs compile-time call dispatching
11+
* :dfn:`Static dispatch` at compile-time (overloading)
12+
* :dfn:`Dynamic dispatch` at run-time
1613

0 commit comments

Comments
 (0)