This is a discussion on Difference between template class and class template within the C and C++ Programming forums, part of the Software Development category; Difference between template class and class template Template class: A generic definition or a parameterized class not instantiated until the ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Difference between template class and class template Template class: A generic definition or a parameterized class not instantiated until the client provides the needed information. It’s jargon for plain templates. Class template: A class template specifies how individual classes can be constructed much like the way a class specifies how individual objects can be constructed. It’s jargon for plain classes.
__________________ J.Vijayanand |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| is there any template tool? | saravanan | Java Server Pages (JSP) | 3 | 10-20-2008 12:56 AM |
| looking the useful resources for a template and web design | montyauto | HTML, CSS and Javascript Coding Techniques | 5 | 10-18-2008 02:20 AM |
| Is there any way to use keyPressed method of Canvas class in Form class? | bluesky | Mobile Software Development | 1 | 07-25-2007 06:02 AM |
| Format of standard template for testplan,testscript? | devarajan.v | Software Testing | 0 | 07-16-2007 03:59 AM |
| What is super class sub class in error? | santoshmalvi | Software Testing | 1 | 04-16-2007 01:20 AM |