dr. salih yurttas
-
yurttas@cs.tamu.edu
programming languages - design principles, implementation constructs
c++
parameterized classes | functions - [ template ]
parameterized class with template - aggregate type items
array of int
array of double
template [ array of <int | double> ]
array of int and array of double
template [ array of <int,int> | <int,double> | <double,int> | <double,double> ]
1 |
2 |
3 |
class derivation - [ inheritance ]
<<
5
>>
io
| 7
| 8
computer science
|
texas a&m university