|
Related Questions |
View Answer |
|
Explain term POLIMORPHISM and give an example using eg. SHAPE object: If I have a base class SHAPE, how would I define DRAW methods for two objects CIRCLE and SQUARE
.
|
View Answer
|
|
ell how to check whether a linked list is circular.
|
View Answer
|
|
Write a function that swaps the values of two integers, using int* as the argument type.
|
View Answer
|
|
Write a short code using C++ to print out all odd number from 1 to 100 using a for loop
|
View Answer
|
|
Write a program that ask for user input from 5 to 9 then calculate the average
|
View Answer
|
|
In the derived class, which data member of the base class are visible?
|
View Answer
|
|
STL Containers - What are the types of STL containers?
|
View Answer
|
|
How do you traverse a Btree in Backward in-order?
|
View Answer
|
|
What is pure virtual function?
|
View Answer
|
|
How can you tell what shell you are running on UNIX system?
|
View Answer
|
|
How do you find out if a linked-list has an end? (i.e. the list is not a cycle)
|
View Answer
|
|
What is polymorphism?
|
View Answer
|
|
How do you write a function that can reverse a linked-list?
|
View Answer
|
|
What is a container class? What are the types of container classes?
|
View Answer
|
|
What is an orthogonal base class?
|
View Answer
|
|
What is a node class?
|
View Answer
|
|
What are proxy objects?
|
View Answer
|
|
What are the conditions that have to be met for a condition to be an invariant of the class?
|
View Answer
|
|
Define precondition and post-condition to a member function.
|
View Answer
|
|
What do you mean by Stack unwinding?
|
View Answer
|