Answer Posted / guest
one name has many form in known an polymorphism
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
Why do we use classes in c++?
Explain Memory Allocation in C/C++ ?
Explain the differences between private, public and protected and give examples.
How do I run a program in notepad ++?
What do you mean by vtable and vptr in c++?
What is dynamic and static typing?
How much maximum can you allocate in a single call to malloc()?
What is c++ 11 and c++ 14?
What is buffering in c++?
Give an example of run-time polymorphism/virtual functions.
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
why is c++ called oops? Explain
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is the benefit of c++?