What is resolution order of compiler for templates
What is resolution order of compiler for template functions
Is template compatible with inheritance
Yes
What is the basic rule to work on templates in inheritance
The derived class must take at least as many template parameter as required in base class.
Can class template inherit another class template
Yes
Can we get complete specialization or ordinary class inherited from template class
No
Can we get complete specialization or ordinary class from partial specialization
No