Answer Posted / yughandhar
Templates is one of the features added to c++ recently.a
template can be considered as a kind of macro.
Templates are mainely used for creating the generic classes
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can destructor be overloaded?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Explain the concepts involved in Object Oriented programming.
Why do we use class?
How to call a non virtual function in the derived class by using base class pointer
Who invented oop?
write a program that takes input in digits and display the result in words from 1 to 1000
What is meant by oops concept?
#include
Why oops is important?
What are the 3 principles of oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Can static class have constructor?
What are the two different types of polymorphism?
What is pointer in oop?