Answer Posted / debika mohapatra
Templates is one of the features added to c++ recently.a
template can be considered as a kind of macro.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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!!!)
Where You Can Use Interface in your Project
What does I oop mean?
What is static modifier?
Why do we use encapsulation in oops?
What is stream in oop?
What is overloading in oops?
Can we create object of abstract class?
How does polymorphism work?
What is the types of inheritance?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
when to use 'mutable' keyword and when to use 'const cast' in c++
What is polymorphism and types?
is there any choice in opting subjects like 4 out of 7
Who invented oop?