From e0d3d98fbd04ef8cc01ba722918c622ae73b9771 Mon Sep 17 00:00:00 2001 From: Markus Werle Date: Wed, 16 Oct 2024 23:32:12 +0200 Subject: [PATCH] refinements --- polymorphism/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/polymorphism/README.md b/polymorphism/README.md index a7fcf9f..bf934c2 100644 --- a/polymorphism/README.md +++ b/polymorphism/README.md @@ -1,3 +1,5 @@ +# C++ Polymorphism Example + ## Summary This example shows two different ways to implement [polymorphism](https://en.wikipedia.org/wiki/Polymorphism_(computer_science)) in C++: @@ -188,4 +190,4 @@ and the directory to which the header is downloaded is added to the search path target_include_directories(test_consume PUBLIC "${ut_SOURCE_DIR}") ``` -Please refer to [this slidedeck](https://boost-ext.github.io/ut/denver-cpp-2019/#/) for further documentation of this test library. \ No newline at end of file +Please refer to [this slidedeck](https://boost-ext.github.io/ut/denver-cpp-2019/#/) for further documentation of this test library.