Answer Posted / btech
Class that has at least one pure virtual function
Class that Can not be instantiated
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the various operations performed on stack?
How oops is better than procedural?
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.
Who discovered c++?
What are c++ data types?
What do you mean by enumerated data type?
Can we use struct in c++?
Can you explain polymorphism?
Briefly describe a B+ tree. What is bulk loading in it?
What is the use of this pointer in c++?
Can manipulators fall in love?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
How would perform Pattern Matching in C++?
What is enum class in c++?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;