Answer Posted / btech
virtual base class contains one or more virtual functions
| Is This Answer Correct ? | 22 Yes | 46 No |
Post New Answer View All Answers
What is a constant? Explain with an example.
What is split a string in c++?
Why is encapsulation used?
What is for loop and its syntax?
What is the difference between Stack and Queue in C++?
Explain the differences between private, public and protected and give examples.
What is the difference between a template and a macro?
Why is c++ considered difficult?
What is dev c++ used for?
Can you overload the operator+ for short integers?
write knight tour problem which is present in datastructure
What is the extension of c++?
Why do we use constructor?
You run a shell on unix system. How would you tell which shell are you running?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal