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 |
Can we create object of abstract class?
Prepare me a program for the animation of train
What is destructor example?
What is variable example?
What is a class and object?
diff between Virtual mathod and abstract method?
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?
What is new keyword in oops?
1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?
What do you mean by pure virtual functions?
Why do we use polymorphism?
how much classes are used in c++