We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9454722 commit 7eb74c2Copy full SHA for 7eb74c2
courses/fundamentals_of_ada/180_polymorphism/01-introduction.rst
@@ -8,9 +8,6 @@ Introduction
8
9
* :ada:`'Class` operator to categorize :dfn:`classes of types`
10
* Type classes allow dispatching calls
11
-
12
- - Abstract types
13
- - Abstract subprograms
14
15
-* Runtime call dispatch vs compile-time call dispatching
+* :dfn:`Static dispatch` at compile-time (overloading)
+* :dfn:`Dynamic dispatch` at run-time
16
0 commit comments