why to use template classes in c++?
Answer / swati
the template classes are use for the reuse of the data
types which you want to use the program for many times
| Is This Answer Correct ? | 1 Yes | 0 No |
What type of Job you are providing?
different types of castings
what is the realstic modeling?
What is polymorphism used for?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
How do you define social class?
What is differance between Abstract and Interface
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
Can destructor be overloaded?
what are the characteristics of oops?
Why is oop useful?