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 |
i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION
What is property in oops?
What is the difference between an object and a class?
What is difference between multiple inheritance and multilevel inheritance?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is a class and object?
In multilevel inheritance constructors will be executed from the .... class to ... class
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is a friend function & its advantage?
why function overloading is not called as pure polymorphism?