Articles

Analogous programming with a template class library

Published:
2012-06-01
Author
View
Keywords
License

Copyright (c) 2012 Tibor Gregorics

Creative Commons License

This work is licensed under a Creative Commons Attribution 4.0 International License.

How To Cite
Selected Style: APA
Gregorics, T. (2012). Analogous programming with a template class library. Teaching Mathematics and Computer Science, 10(1), 135-152. https://doi.org/10.5485/TMCS.2012.0299
Abstract
In this paper, a template class library and its usage can be read. The classes of the library contain the C++ code of the algorithm of programming theorems. This library supports the implementation of the programs that are planned by analogous programming but the primary aim of its usage is to introduce the object-oriented programming style to show how a reusable code can be written with inheritances, overriding virtual methods, composition of objectcs and template parameters.