Answer Posted / ags
Templates are used to avoid the repetition of similar
functions in any class.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism used for?
Can enum be null?
What is the diamond problem in inheritance?
why reinterpret cast is considered dangerous?
What is polymorphism and types?
Can destructor be overloaded?
What is encapsulation with example?
what are the ways in which a constructors can be called?
What is oops and why we use oops?
program for insertion ,deletion,sorting in double link list
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
what is graphics
What is destructor give example?
write string class as your own class in java without using any built-in function
What is overloading and its types?